aesara.tensor.slinalg.solve_continuous_lyapunov

aesara.tensor.slinalg.solve_continuous_lyapunov#

aesara.tensor.slinalg.solve_continuous_lyapunov(A: TensorLike, Q: TensorLike) TensorVariable[source]#

Solve the continuous Lyapunov equation A X + X A^H + Q = 0.

Parameters:
  • A – Square matrix of shape N x N; must have the same shape as Q.

  • Q – Square matrix of shape N x N; must have the same shape as A.

Returns:

  • Square matrix of shape N x N, representing the solution to the

  • Lyapunov equation