slepc4py.SLEPc.EPS.LanczosReorthogType#
- class slepc4py.SLEPc.EPS.LanczosReorthogType#
Bases:
object
EPS Lanczos reorthogonalization type.
LOCAL
: Local reorthogonalization only.FULL
: Full reorthogonalization.SELECTIVE
: Selective reorthogonalization.PERIODIC
: Periodic reorthogonalization.PARTIAL
: Partial reorthogonalization.DELAYED
: Delayed reorthogonalization.
Attributes Summary
Constant
DELAYED
of typeint
Constant
FULL
of typeint
Constant
LOCAL
of typeint
Constant
PARTIAL
of typeint
Constant
PERIODIC
of typeint
Constant
SELECTIVE
of typeint
Attributes Documentation