#include "slepceps.h" PetscErrorCode EPSOrthogonalize(EPS eps,int n,Vec *V,Vec v,PetscScalar *H,PetscReal *norm,PetscTruth *breakdown)Collective on EPS
eps | - the eigenproblem solver context | |
n | - number of columns of V | |
V | - set of vectors |
H | - coefficients computed during orthogonalization | |
norm | - norm of the vector ofter being orthogonalized | |
breakdown | - flag indicating that refinement did not improve the quality of orthogonalization |
This routine does not normalize the resulting vector.
Level:developer
Location:src/eps/interface/orthog.c
Index of all EPS routines
Table of Contents for all manual pages
Index of all manual pages