#include <LyapunovSolver.h>
Definition at line 32 of file LyapunovSolver.h.
Public Types | |
typedef Eigen::Matrix< ScalarType, FixedRows, FixedCols > | MatrixType |
typedef Eigen::Matrix< std::complex< ScalarType >, FixedRows, FixedCols > | ComplexMatrixType |
Public Member Functions | |
LyapunovSolver & | compute (MatrixType const &A, MatrixType const &C) |
ComplexMatrixType const & | matrixX () const |
typedef Eigen::Matrix<std::complex<ScalarType>, FixedRows, FixedCols> muq::Modeling::LyapunovSolver< ScalarType, FixedRows, FixedCols >::ComplexMatrixType |
Definition at line 37 of file LyapunovSolver.h.
typedef Eigen::Matrix<ScalarType, FixedRows, FixedCols> muq::Modeling::LyapunovSolver< ScalarType, FixedRows, FixedCols >::MatrixType |
Definition at line 36 of file LyapunovSolver.h.
|
inline |
Definition at line 39 of file LyapunovSolver.h.
References muq::Modeling::LyapunovSolver< ScalarType, FixedRows, FixedCols >::ComputeFromSchur(), and muq::Modeling::LyapunovSolver< ScalarType, FixedRows, FixedCols >::X.
Referenced by muq::Approximation::MaternKernel::GetStateSpace().
|
inlineprivate |
Definition at line 66 of file LyapunovSolver.h.
References muq::Modeling::LyapunovSolver< ScalarType, FixedRows, FixedCols >::X.
Referenced by muq::Modeling::LyapunovSolver< ScalarType, FixedRows, FixedCols >::compute().
|
inline |
Definition at line 62 of file LyapunovSolver.h.
References muq::Modeling::LyapunovSolver< ScalarType, FixedRows, FixedCols >::X.
Referenced by muq::Approximation::MaternKernel::GetStateSpace().
|
private |
Definition at line 90 of file LyapunovSolver.h.
Referenced by muq::Modeling::LyapunovSolver< ScalarType, FixedRows, FixedCols >::compute(), muq::Modeling::LyapunovSolver< ScalarType, FixedRows, FixedCols >::ComputeFromSchur(), and muq::Modeling::LyapunovSolver< ScalarType, FixedRows, FixedCols >::matrixX().