slepc4py.SLEPc.SVD.Type#
- class slepc4py.SLEPc.SVD.Type#
Bases:
objectSVD types.
CROSS: Eigenproblem with the cross-product matrix.CYCLIC: Eigenproblem with the cyclic matrix.LAPACK: Wrappers to dense SVD solvers in Lapack.LANCZOS: Lanczos.TRLANCZOS: Thick-restart Lanczos.RANDOMIZED: Iterative RSVD for low-rank matrices.
Wrappers to external SVD solvers (should be enabled during installation of SLEPc)
Attributes Summary
Object
CROSSof typestrObject
CYCLICof typestrObject
ELEMENTALof typestrObject
KSVDof typestrObject
LANCZOSof typestrObject
LAPACKof typestrObject
PRIMMEof typestrObject
RANDOMIZEDof typestrObject
SCALAPACKof typestrObject
TRLANCZOSof typestrAttributes Documentation