slepc4py.SLEPc.PEP.Scale#
- class slepc4py.SLEPc.PEP.Scale#
Bases:
object
PEP scaling strategy.
NONE
: No scaling.SCALAR
: Parameter scaling.DIAGONAL
: Diagonal scaling.BOTH
: Both parameter and diagonal scaling.
Attributes Summary
Constant
BOTH
of typeint
Constant
DIAGONAL
of typeint
Constant
NONE
of typeint
Constant
SCALAR
of typeint
Attributes Documentation