slepc4py.SLEPc.PEP.Extract#
- class slepc4py.SLEPc.PEP.Extract#
Bases:
objectPEP 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
NONEof typeintConstant
NORMof typeintConstant
RESIDUALof typeintConstant
STRUCTUREDof typeintAttributes Documentation