#include "slepceps.h" PetscErrorCode EPSBiOrthogonalize(EPS eps,int n,Vec *V,Vec *W,Vec v,PetscScalar *H,PetscReal *norm)Collective on EPS
| eps | - the eigenproblem solver context | |
| n | - number of columns of V | |
| V | - set of vectors | |
| W | - set of vectors |
| H | - coefficients computed during orthogonalization | |
| norm | - norm of the vector after being orthogonalized |
On exit, v0 = [V v]*H, where v0 is the original vector v.
This routine does not normalize the resulting vector.
Location: src/eps/interface/orthog.c
Index of all EPS routines
Table of Contents for all manual pages
Index of all manual pages