Solves the disctrete algebraic Riccati equation, or DARE, defined as (X = A’XA-(A’XB)(R+B’XB)^-1(B’XA)+Q), 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 : 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