slepc4py.SLEPc.DS.StateType#
- class slepc4py.SLEPc.DS.StateType#
Bases:
object
DS state types.
RAW
: Not processed yet.INTERMEDIATE
: Reduced to Hessenberg or tridiagonal form (or equivalent).CONDENSED
: Reduced to Schur or diagonal form (or equivalent).TRUNCATED
: Condensed form truncated to a smaller size.
Attributes Summary
Constant
CONDENSED
of typeint
Constant
INTERMEDIATE
of typeint
Constant
RAW
of typeint
Constant
TRUNCATED
of typeint
Attributes Documentation