#include "slepceps.h" PetscErrorCode EPSReverseProjection(EPS eps,Vec* V,PetscScalar *S,int k,int m,Vec* work)Collective on EPS
eps | - the eigenproblem solver context | |
V | - basis vectors | |
S | - pointer to the values of matrix S | |
k | - starting column | |
m | - dimension of matrix S | |
work | - workarea of m vectors for intermediate results |
Level:developer
Location:src/eps/interface/solve.c
Index of all EPS routines
Table of Contents for all manual pages
Index of all manual pages