slepc4py.SLEPc.NEP.Type#
- class slepc4py.SLEPc.NEP.Type#
Bases:
object
NEP type.
Nonlinear eigensolvers.
RII
: Residual inverse iteration.SLP
: Successive linear problems.NARNOLDI
: Nonlinear Arnoldi.CISS
: Contour integral spectrum slice.INTERPOL
: Polynomial interpolation.NLEIGS
: Fully rational Krylov method for nonlinear eigenproblems.
Attributes Summary
Object
CISS
of typestr
Object
INTERPOL
of typestr
Object
NARNOLDI
of typestr
Object
NLEIGS
of typestr
Object
RII
of typestr
Object
SLP
of typestr
Attributes Documentation