PEPConvergedReason#
Reason an eigensolver was said to have converged or diverged
Synopsis#
typedef enum {/* converged */
PEP_CONVERGED_TOL = 1,
PEP_CONVERGED_USER = 2,
/* diverged */
PEP_DIVERGED_ITS = -1,
PEP_DIVERGED_BREAKDOWN = -2,
PEP_DIVERGED_SYMMETRY_LOST = -3,
PEP_CONVERGED_ITERATING = 0} PEPConvergedReason;
See Also#
Level#
intermediate
Location#
Index of all PEP routines Table of Contents for all manual pages Index of all manual pages