typedef enum {/* converged */ PEP_CONVERGED_TOL = 2, /* diverged */ PEP_DIVERGED_ITS = -3, PEP_DIVERGED_BREAKDOWN = -4, PEP_DIVERGED_SYMMETRY_LOST = -5, PEP_CONVERGED_ITERATING = 0} PEPConvergedReason;
Location: src/pep/../../include/slepcpep.h
Index of all PEP routines
Table of Contents for all manual pages
Index of all manual pages