25 #ifndef SRC_NUMERICS_INCLUDE_CORBO_NUMERICS_LYAPUNOV_CONTINUOUS_H_ 26 #define SRC_NUMERICS_INCLUDE_CORBO_NUMERICS_LYAPUNOV_CONTINUOUS_H_ 111 #endif // SRC_NUMERICS_INCLUDE_CORBO_NUMERICS_LYAPUNOV_CONTINUOUS_H_ Methods for dealing with continuous-time Lyapunov equations.
static bool hasUniqueSolution(const Eigen::Ref< const Eigen::MatrixXd > &A)
Determine if the Lyapunov equation exhibits a unique solution.
static bool solve(const Eigen::Ref< const Eigen::MatrixXd > &A, const Eigen::Ref< const Eigen::MatrixXd > &Q, Eigen::MatrixXd &X)
Solve continuous-time Lyapunov equation.
MatrixType A(a, *n, *n, *lda)
A matrix or vector expression mapping an existing expression.