#include "slepcip.h" PetscErrorCode IPBiOrthogonalize(IP ip,PetscInt n,Vec *V,Vec *W,Vec v,PetscScalar *H,PetscReal *norm)Collective on IP and Vec
ip | - the inner product 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/ip/iporthog.c
Index of all IP routines
Table of Contents for all manual pages
Index of all manual pages