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