MUQ  0.4.3
LyapunovSolver.cpp
Go to the documentation of this file.
2 
3 #include <Eigen/Eigenvalues>
4 
5 using namespace muq::Modeling;
6 
7 
8 void LyapunovSolver::compute(Eigen::MatrixXd const& A, Eigen::MatrixXd const& Q)
9 {
10 
11  // Compute the Schur complement of A
12  Eigen::RealSchur<Eigen::MatrixXd>
13 
14 
15 }
16 
LyapunovSolver & compute(MatrixType const &A, MatrixType const &C)