#include "slepcbv.h" PetscErrorCode BVGetBufferVec(BV bv,Vec *buffer)Not Collective
bv | - the basis vectors context |
buffer | - vector |
| | C | |s|---| | | H |where H is an upper Hessenberg matrix of order m x (m-1), C contains coefficients related to orthogonalization against constraints (first nc rows), and s is the first column that contains scratch values computed during Gram-Schmidt orthogonalization. In particular, BVDotColumn() and BVMultColumn() use s to store the coefficients.
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