EPSReverseProjection

Compute the operation V=V*S, where the columns of V are m of the basis vectors of the EPS object and S is an mxm dense matrix.

Synopsis

#include "slepceps.h" 
int EPSReverseProjection(EPS eps,int k,int m,PetscScalar *S)
Collective on EPS

Input Parameter

eps - the eigenproblem solver context
k - starting column
m - dimension of matrix S
S - pointer to the values of matrix S

Note

Matrix S is overwritten.

Level:developer
Location:
src/eps/interface/itfunc.c
Index of all EPS routines
Table of Contents for all manual pages
Index of all manual pages