QEPGetConverged
Gets the number of converged eigenpairs.
Synopsis
#include "slepcqep.h"
PetscErrorCode QEPGetConverged(QEP qep,PetscInt *nconv)
Not Collective
Input Parameter
qep - the quadratic eigensolver context
Output Parameter
nconv - number of converged eigenpairs
Note
This function should be called after QEPSolve() has finished.
See Also
QEPSetDimensions(), QEPSolve()
Location: src/qep/interface/qepsolve.c
Index of all QEP routines
Table of Contents for all manual pages
Index of all manual pages