Solves the continuous algebraic Riccati equation, or CARE, defined as (A’X + XA - XBR^-1B’X+Q=0) directly using a Schur decomposition method.
New in version 0.11.0.
Parameters : | a : (M, M) array_like
b : (M, N) array_like
q : (M, M) array_like
r : (N, N) array_like
|
---|---|
Returns : | x : (M, M) ndarray
|
See also
Notes
Method taken from: Laub, “A Schur Method for Solving Algebraic Riccati Equations.” U.S. Energy Research and Development Agency under contract ERDA-E(49-18)-2087. http://dspace.mit.edu/bitstream/handle/1721.1/1301/R-0859-05666488.pdf