MUQ  0.4.3
muq::Modeling::LyapunovSolver< ScalarType, FixedRows, FixedCols > Class Template Reference

#include <LyapunovSolver.h>

Detailed Description

template<class ScalarType, int FixedRows = Eigen::Dynamic, int FixedCols = Eigen::Dynamic>
class muq::Modeling::LyapunovSolver< ScalarType, FixedRows, FixedCols >

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

LyapunovSolvercompute (MatrixType const &A, MatrixType const &C)
 
ComplexMatrixType const & matrixX () const
 

Member Typedef Documentation

◆ ComplexMatrixType

template<class ScalarType , int FixedRows = Eigen::Dynamic, int FixedCols = Eigen::Dynamic>
typedef Eigen::Matrix<std::complex<ScalarType>, FixedRows, FixedCols> muq::Modeling::LyapunovSolver< ScalarType, FixedRows, FixedCols >::ComplexMatrixType

Definition at line 37 of file LyapunovSolver.h.

◆ MatrixType

template<class ScalarType , int FixedRows = Eigen::Dynamic, int FixedCols = Eigen::Dynamic>
typedef Eigen::Matrix<ScalarType, FixedRows, FixedCols> muq::Modeling::LyapunovSolver< ScalarType, FixedRows, FixedCols >::MatrixType

Definition at line 36 of file LyapunovSolver.h.

Member Function Documentation

◆ compute()

template<class ScalarType , int FixedRows = Eigen::Dynamic, int FixedCols = Eigen::Dynamic>
void LyapunovSolver::compute ( MatrixType const &  A,
MatrixType const &  C 
)
inline

◆ ComputeFromSchur()

template<class ScalarType , int FixedRows = Eigen::Dynamic, int FixedCols = Eigen::Dynamic>
void muq::Modeling::LyapunovSolver< ScalarType, FixedRows, FixedCols >::ComputeFromSchur ( Eigen::Ref< const ComplexMatrixType > const &  S,
Eigen::Ref< ComplexMatrixType ctilde,
Eigen::Ref< ComplexMatrixType X 
)
inlineprivate

◆ matrixX()

template<class ScalarType , int FixedRows = Eigen::Dynamic, int FixedCols = Eigen::Dynamic>
ComplexMatrixType const& muq::Modeling::LyapunovSolver< ScalarType, FixedRows, FixedCols >::matrixX ( ) const
inline

Member Data Documentation

◆ X


The documentation for this class was generated from the following files: