slepc-3.6.1 2015-09-03
Report Typos and Errors

BVGetCachedBV

Returns a BV object stored internally that holds the result of B*X after a call to BVApplyMatrixBV().

Synopsis

#include "slepcbv.h" 
PetscErrorCode BVGetCachedBV(BV bv,BV *cached)
Not collective

Input Parameter

bv - the basis vectors context

Output Parameter

cached - the cached BV

Note

The function will return a NULL if BVApplyMatrixBV() was not called yet.

See Also

BVApplyMatrixBV()

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