slepc4py.SLEPc.EPS.Type#
- class slepc4py.SLEPc.EPS.Type#
Bases:
objectEPS type.
Native sparse eigensolvers.
POWER: Power Iteration, Inverse Iteration, RQI.SUBSPACE: Subspace Iteration.ARNOLDI: Arnoldi.LANCZOS: Lanczos.KRYLOVSCHUR: Krylov-Schur (default).GD: Generalized Davidson.JD: Jacobi-Davidson.RQCG: Rayleigh Quotient Conjugate Gradient.LOBPCG: Locally Optimal Block Preconditioned Conjugate Gradient.CISS: Contour Integral Spectrum Slicing.LYAPII: Lyapunov inverse iteration.LAPACK: Wrappers to dense eigensolvers in Lapack.
Wrappers to external eigensolvers (should be enabled during installation of SLEPc)
Attributes Summary
Object
ARNOLDIof typestrObject
ARPACKof typestrObject
BLOPEXof typestrObject
CHASEof typestrObject
CISSof typestrObject
ELEMENTALof typestrObject
ELPAof typestrObject
EVSLof typestrObject
FEASTof typestrObject
GDof typestrObject
JDof typestrObject
KRYLOVSCHURof typestrObject
LANCZOSof typestrObject
LAPACKof typestrObject
LOBPCGof typestrObject
LYAPIIof typestrObject
POWERof typestrObject
PRIMMEof typestrObject
RQCGof typestrObject
SCALAPACKof typestrObject
SUBSPACEof typestrAttributes Documentation