EPSGetIterationNumber

Gets the current iteration number. If the EPSSolve() is complete, returns the number of iterations used.

Synopsis

#include "slepceps.h" 
int EPSGetIterationNumber(EPS eps,int *its)
Not Collective

Input Parameters

eps -the eigensolver context

Output Parameters

its -number of iterations

Note

During the i-th iteration this call returns i-1

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