#include "slepceps.h" PetscErrorCode EPSGetValue(EPS eps, int i, PetscScalar *eigr, PetscScalar *eigi)Not Collective
eps | - eigensolver context | |
i | - index of the solution |
eigr | - real part of eigenvalue | |
eigi | - imaginary part of eigenvalue |
The index i should be a value between 0 and nconv (see EPSGetConverged()). Eigenpairs are indexed according to the ordering criterion established with EPSSetWhichEigenpairs().
Location: src/eps/interface/solve.c
Index of all EPS routines
Table of Contents for all manual pages
Index of all manual pages