BVTensorRestoreFactors#
Restore the two factors that were obtained with BVTensorGetFactors().
Synopsis#
#include "slepcbv.h"
PetscErrorCode BVTensorRestoreFactors(BV V,BV *U,Mat *S)
Logically Collective
Input Parameters#
V - the basis vectors context
U - the BV factor (or NULL)
S - the Mat factor (or NULL)
Notes#
The arguments must match the corresponding call to BVTensorGetFactors().
See Also#
Level#
advanced
Location#
Implementations#
BVTensorRestoreFactors_Tensor() in src/sys/classes/bv/impls/tensor/bvtensor.c
Index of all BV routines Table of Contents for all manual pages Index of all manual pages