slepc4py.SLEPc.LME.ProblemType#
- class slepc4py.SLEPc.LME.ProblemType#
Bases:
object
LME problem type.
LYAPUNOV
: Continuous-time Lyapunov.SYLVESTER
: Continuous-time Sylvester.GEN_LYAPUNOV
: Generalized Lyapunov.GEN_SYLVESTER
: Generalized Sylvester.DT_LYAPUNOV
: Discrete-time Lyapunov.STEIN
: Stein.
Attributes Summary
Constant
DT_LYAPUNOV
of typeint
Constant
GEN_LYAPUNOV
of typeint
Constant
GEN_SYLVESTER
of typeint
Constant
LYAPUNOV
of typeint
Constant
STEIN
of typeint
Constant
SYLVESTER
of typeint
Attributes Documentation