LMEProblemType#
Determines the type of linear matrix equation.
Synopsis#
typedef enum { LME_LYAPUNOV,
LME_SYLVESTER,
LME_GEN_LYAPUNOV,
LME_GEN_SYLVESTER,
LME_DT_LYAPUNOV ,
LME_STEIN} LMEProblemType;
Values#
LME_LYAPUNOV- continuous-time Lyapunov equationLME_SYLVESTER- Sylvester equationLME_GEN_LYAPUNOV- generalized Lyapunov equationLME_GEN_SYLVESTER- generalized Sylvester equationLME_DT_LYAPUNOV- discrete-time Lyapunov equationLME_STEIN- Stein equation
See Also#
LME: Linear Matrix Equation, LMESetProblemType(), LMEGetProblemType()
Level#
beginner
Location#
Index of all LME routines Table of Contents for all manual pages Index of all manual pages