slepc-3.14.1 2020-12-08
Report Typos and Errors

BVTensorRestoreFactors

Restore the two factors that were obtained with BVTensorGetFactors().

Synopsis

#include "slepcbv.h" 
PetscErrorCode BVTensorRestoreFactors(BV V,BV *U,Mat *S)
Logically Collective on V

Input Parameters

V  - the basis vectors context
U  - the BV factor (or NULL)
S  - the Mat factor (or NULL)

Nots

The arguments must match the corresponding call to BVTensorGetFactors().

See Also

BVTensorGetFactors()

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