slepc4py.SLEPc.SVD.Type#
- class slepc4py.SLEPc.SVD.Type#
Bases:
object
SVD 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
CROSS
of typestr
Object
CYCLIC
of typestr
Object
ELEMENTAL
of typestr
Object
KSVD
of typestr
Object
LANCZOS
of typestr
Object
LAPACK
of typestr
Object
PRIMME
of typestr
Object
RANDOMIZED
of typestr
Object
SCALAPACK
of typestr
Object
TRLANCZOS
of typestr
Attributes Documentation