25 #ifndef SRC_NUMERICS_INCLUDE_CORBO_NUMERICS_LYAPUNOV_DISCRETE_H_ 26 #define SRC_NUMERICS_INCLUDE_CORBO_NUMERICS_LYAPUNOV_DISCRETE_H_ 104 #endif // SRC_NUMERICS_INCLUDE_CORBO_NUMERICS_LYAPUNOV_DISCRETE_H_
Methods for dealing with discrete-time lyapunov equations.
MatrixType A(a, *n, *n, *lda)
A matrix or vector expression mapping an existing expression.
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 discrete-time Lyapunov equation.