slepc4py.SLEPc.DS.StateType#
- class slepc4py.SLEPc.DS.StateType#
Bases:
objectDS 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
CONDENSEDof typeintConstant
INTERMEDIATEof typeintConstant
RAWof typeintConstant
TRUNCATEDof typeintAttributes Documentation