slepc-3.12.2 2020-01-13
   
BVRestoreMat
Restores the Mat obtained with BVGetMat(). 
Synopsis
#include "slepcbv.h" 
PetscErrorCode BVRestoreMat(BV bv,Mat *A)
Logically Collective on bv
Input Parameters
|  | bv | - the basis vectors context | 
|  | A | - the fetched matrix | 
Note
A call to this function must match a previous call of BVGetMat().
The effect is that the contents of the Mat are copied back to the
BV internal data structures.
See Also
 BVGetMat(), BVRestoreArray()
Location: src/sys/classes/bv/interface/bvbasic.c
Index of all BV routines
Table of Contents for all manual pages
Index of all manual pages