slepc4py.SLEPc.SVD.Conv#
- class slepc4py.SLEPc.SVD.Conv#
Bases:
objectSVD 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
ABSof typeintConstant
MAXITof typeintConstant
NORMof typeintConstant
RELof typeintConstant
USERof typeintAttributes Documentation