slepc4py.SLEPc.SVD.Conv#
- class slepc4py.SLEPc.SVD.Conv#
Bases:
object
SVD convergence test.
ABS
: Absolute convergence test.REL
: Convergence test relative to the singular value.NORM
: Convergence test relative to the matrix norms.MAXIT
: No convergence until maximum number of iterations has been reached.USER
: User-defined convergence test.
Attributes Summary
Constant
ABS
of typeint
Constant
MAXIT
of typeint
Constant
NORM
of typeint
Constant
REL
of typeint
Constant
USER
of typeint
Attributes Documentation