slepc-3.6.1 2015-09-03
Report Typos and Errors

PEPGetConverged

Gets the number of converged eigenpairs.

Synopsis

#include "slepcpep.h" 
PetscErrorCode PEPGetConverged(PEP pep,PetscInt *nconv)
Not Collective

Input Parameter

pep - the polynomial eigensolver context

Output Parameter

nconv - number of converged eigenpairs

Note

This function should be called after PEPSolve() has finished.

See Also

PEPSetDimensions(), PEPSolve()

Location: src/pep/interface/pepsolve.c
Index of all PEP routines
Table of Contents for all manual pages
Index of all manual pages