slepc4py.SLEPc.NEP.Conv#
- class slepc4py.SLEPc.NEP.Conv#
Bases:
object
NEP convergence test.
ABS
: Absolute convergence test.REL
: Convergence test relative to the eigenvalue.NORM
: Convergence test relative to the matrix norms.USER
: User-defined convergence test.
Attributes Summary
Constant
ABS
of typeint
Constant
NORM
of typeint
Constant
REL
of typeint
Constant
USER
of typeint
Attributes Documentation