gevp
Generalized eigenvalue minimization under LMI constraints
Syntax
Description
[
solves the generalized eigenvalue minimization problem of minimizing λ,
subject to:lopt
,xopt
] = gevp(lmisys
,numlfc
)
Here, C(x) <
D(x) and A(x)
< λB(x) denote systems of LMIs.
Provided that these two equations are jointly feasible, gevp
returns
the global minimum value of λ and the minimizing value of the vector of
decision variables x.
The argument lmisys
describes the system of LMIs given by the three
above equations when λ = 1. The LMIs involving λ are
called linear-fractional constraints, while the first two equations are
regular LMI constraints. Use the input argument numlfc
to specify the
number of linear-fractional constraints.
Examples
Input Arguments
Output Arguments
Algorithms
The solver gevp
is based on Nesterov and Nemirovskii's Projective
Method described in Nesterov, Yurii, and Arkadii Nemirovskii. Interior-Point
Polynomial Algorithms in Convex Programming Society for Industrial and Applied
Mathematics, 1994. https://doi.org/10.1137/1.9781611970791
Version History
Introduced before R2006a