MUQ
0.4.3
LyapunovSolver.cpp
Go to the documentation of this file.
1
#include "
MUQ/Modeling/LinearAlgebra/LyapunovSolver.h
"
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.h
muq::Modeling::LyapunovSolver::compute
LyapunovSolver & compute(MatrixType const &A, MatrixType const &C)
Definition:
LyapunovSolver.h:39
muq::Modeling
Definition:
AllClassWrappers.h:7
doxygen_prep
modules
Modeling
src
LinearAlgebra
LyapunovSolver.cpp
Generated on Wed Jun 12 2024 00:48:28 for MUQ by
1.9.1