slepc4py.SLEPc.SVD.Stop#

class slepc4py.SLEPc.SVD.Stop#

Bases: object

SVD stopping test.

  • BASIC: Default stopping test.

  • USER: User-defined stopping test.

  • THRESHOLD: Threshold stopping test.

Attributes Summary

BASIC

Constant BASIC of type int

THRESHOLD

Constant THRESHOLD of type int

USER

Constant USER of type int

Attributes Documentation

BASIC: int = BASIC#

Constant BASIC of type int

THRESHOLD: int = THRESHOLD#

Constant THRESHOLD of type int

USER: int = USER#

Constant USER of type int