#include "slepcbv.h" PetscErrorCode BVInsertVecs(BV V,PetscInt s,PetscInt *m,Vec *W,PetscBool orth)Collective on V
V | - basis vectors | |
s | - first column of V to be overwritten | |
W | - set of vectors to be copied | |
orth | - flag indicating if the vectors must be orthogonalized |
m | - number of input vectors, on output the number of linearly independent vectors |
Location: src/sys/classes/bv/interface/bvfunc.c
Index of all BV routines
Table of Contents for all manual pages
Index of all manual pages