slepc4py.SLEPc.PEP.Extract#
- class slepc4py.SLEPc.PEP.Extract#
Bases:
object
PEP extraction strategy used.
PEP extraction strategy used to obtain eigenvectors of the PEP from the eigenvectors of the linearization.
NONE
: Use the first block.NORM
: Use the first or last block depending on norm of H.RESIDUAL
: Use the block with smallest residual.STRUCTURED
: Combine all blocks in a certain way.
Attributes Summary
Constant
NONE
of typeint
Constant
NORM
of typeint
Constant
RESIDUAL
of typeint
Constant
STRUCTURED
of typeint
Attributes Documentation