aesara.tensor.slinalg.solve_continuous_lyapunov#
- aesara.tensor.slinalg.solve_continuous_lyapunov(A: TensorLike, Q: TensorLike) TensorVariable [source]#
Solve the continuous Lyapunov equation .
- Parameters:
A – Square matrix of shape
N x N
; must have the same shape asQ
.Q – Square matrix of shape
N x N
; must have the same shape asA
.
- Returns:
Square matrix of shape
N x N
, representing the solution to theLyapunov equation