slepc4py.SLEPc.SVD.ConvergedReason#
- class slepc4py.SLEPc.SVD.ConvergedReason#
Bases:
object
SVD convergence reasons.
CONVERGED_TOL
: All eigenpairs converged to requestedtolerance.
CONVERGED_USER
: User-defined convergence criterion satisfied.CONVERGED_MAXIT
: Maximum iterations completed in case MAXITconvergence criterion.
DIVERGED_ITS
: Maximum number of iterations exceeded.DIVERGED_BREAKDOWN
: Solver failed due to breakdown.DIVERGED_SYMMETRY_LOST
: Underlying indefinite eigensolver was not ableto keep symmetry.
CONVERGED_ITERATING
: Iteration not finished yet.
Attributes Summary
Constant
CONVERGED_ITERATING
of typeint
Constant
CONVERGED_MAXIT
of typeint
Constant
CONVERGED_TOL
of typeint
Constant
CONVERGED_USER
of typeint
Constant
DIVERGED_BREAKDOWN
of typeint
Constant
DIVERGED_ITS
of typeint
Constant
DIVERGED_SYMMETRY_LOST
of typeint
Constant
ITERATING
of typeint
Attributes Documentation