#include "slepcvec.h" PetscErrorCode VecCheckOrthonormality(Vec V[],PetscInt nv,Vec W[],PetscInt nw,Mat B,PetscViewer viewer,PetscReal *lev)Collective on V
V | - a set of vectors | |
nv | - number of V vectors | |
W | - an alternative set of vectors (optional) | |
nw | - number of W vectors | |
B | - matrix defining the inner product (optional) | |
viewer | - optional visualization context |
lev | - level of orthogonality (optional) |
Location: src/sys/vec/vecutil.c
Index of all sys routines
Table of Contents for all manual pages
Index of all manual pages