#include "slepcbv.h" PetscErrorCode BVOrthogonalizeVec(BV bv,Vec v,PetscScalar *H,PetscReal *norm,PetscBool *lindep)Collective on BV
bv | - the basis vectors context | |
v | - the vector |
H | - (optional) coefficients computed during orthogonalization | |
norm | - (optional) norm of the vector after being orthogonalized | |
lindep | - (optional) flag indicating that refinement did not improve the quality of orthogonalization |
In the case of an indefinite inner product, the lindep parameter is not computed (set to false).
Location: src/sys/classes/bv/interface/bvorthog.c
Index of all BV routines
Table of Contents for all manual pages
Index of all manual pages