#include "slepceps.h" int EPSGetSolution(EPS eps, PetscScalar **eigr, PetscScalar **eigi, Vec **V)Not Collective
eigr | - real part of eigenvalues | |
eigi | - imaginary part of eigenvalues | |
V | - eigenvectors |
In the real case, complex eigenvectors are stored in two consecutive vectors of V containing the real and imaginary parts, respectively.
Level:beginner
Index of all EPS routines
Table of Contents for all manual pages
Index of all manual pages