Solves the continuous Lyapunov equation (AX + XA^H = Q) given the values of A and Q using the Bartels-Stewart algorithm.
Parameters : | a : array_like
q : array_like
|
---|---|
Returns : | x : array_like
|
See also
Notes
Because the continuous Lyapunov equation is just a special form of the Sylvester equation, this solver relies entirely on solve_sylvester for a solution.