#include "slepcbv.h" PetscErrorCode BVTensorGetFactors(BV V,BV *U,Mat *S)Logically Collective on V
V | - the basis vectors context |
U | - the BV factor | |
S | - the Mat factor |
The returned factors must not be destroyed. BVTensorRestoreFactors() must be called when they are no longer needed.
Pass a NULL vector for any of the arguments that is not needed.
Location: 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