slepc4py.SLEPc.ST.Type#
- class slepc4py.SLEPc.ST.Type#
Bases:
object
ST types.
SHELL
: User-defined.SHIFT
: Shift from origin.SINVERT
: Shift-and-invert.CAYLEY
: Cayley transform.PRECOND
: Preconditioner.FILTER
: Polynomial filter.
Attributes Summary
Object
CAYLEY
of typestr
Object
FILTER
of typestr
Object
PRECOND
of typestr
Object
SHELL
of typestr
Object
SHIFT
of typestr
Object
SINVERT
of typestr
Attributes Documentation