EPSGetConverged
Gets the number of converged eigenpairs.
Synopsis
#include "slepceps.h"
PetscErrorCode EPSGetConverged(EPS eps,int *nconv)
Not Collective
Input Parameter
eps - the eigensolver context
Output Parameter
nconv - number of converged eigenpairs
Note
This function should be called after EPSSolve() has finished.
See Also
EPSSetDimensions()
Location: src/eps/interface/solve.c
Index of all EPS routines
Table of Contents for all manual pages
Index of all manual pages