EPSGetConverged

Gets the number of converged eigenpairs.

Synopsis

#include "slepceps.h" 
int EPSGetConverged(EPS eps,int *nconv)
Not Collective

Input Parameter

eps -the eigensolver context

Output Parameter

nconv -number of converged eigenvalues

Note

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

See Also

EPSSetDimensions()

Level:beginner
Index of all EPS routines
Table of Contents for all manual pages
Index of all manual pages