#include "slepcqep.h" PetscErrorCode QEPGetEigenpair(QEP qep,PetscInt i,PetscScalar *eigr,PetscScalar *eigi,Vec Vr,Vec Vi)Logically Collective on EPS
qep | - quadratic eigensolver context | |
i | - index of the solution |
eigr | - real part of eigenvalue | |
eigi | - imaginary part of eigenvalue | |
Vr | - real part of eigenvector | |
Vi | - imaginary part of eigenvector |
The index i should be a value between 0 and nconv-1 (see QEPGetConverged()). Eigenpairs are indexed according to the ordering criterion established with QEPSetWhichEigenpairs().
Location: src/qep/interface/qepsolve.c
Index of all QEP routines
Table of Contents for all manual pages
Index of all manual pages