NEPStop#
The stopping test to decide the termination of the outer loop of the eigensolver.
Synopsis#
typedef enum { NEP_STOP_BASIC,
NEP_STOP_USER } NEPStop;
Values#
NEP_STOP_BASIC- default stopping testNEP_STOP_USER- user-provided stopping test
See Also#
NEP: Nonlinear Eigenvalue Problems, NEPSetStoppingTest(), NEPSetStoppingTestFunction()
Level#
advanced
Location#
Index of all NEP routines Table of Contents for all manual pages Index of all manual pages