CAPD::DynSys Library  6.0.0
capd::dynsys::HOSolver< MatrixT > Class Template Referenceabstract

#include <capd/dynsys/DynSys.h>

Public Types

typedef MatrixT MatrixType
 
typedef MatrixType::RowVectorType VectorType
 
typedef MatrixType::ScalarType ScalarType
 
typedef MatrixType::size_type size_type
 

Public Member Functions

virtual void computePsiCoefficients (ScalarType t, const VectorType &x, const VectorType &xx, size_type order)=0
 
virtual ~HOSolver ()
 

Member Typedef Documentation

◆ MatrixType

template<typename MatrixT >
typedef MatrixT capd::dynsys::HOSolver< MatrixT >::MatrixType

◆ ScalarType

template<typename MatrixT >
typedef MatrixType::ScalarType capd::dynsys::HOSolver< MatrixT >::ScalarType

◆ size_type

template<typename MatrixT >
typedef MatrixType::size_type capd::dynsys::HOSolver< MatrixT >::size_type

◆ VectorType

template<typename MatrixT >
typedef MatrixType::RowVectorType capd::dynsys::HOSolver< MatrixT >::VectorType

Constructor & Destructor Documentation

◆ ~HOSolver()

template<typename MatrixT >
virtual capd::dynsys::HOSolver< MatrixT >::~HOSolver ( )
inlinevirtual

Member Function Documentation

◆ computePsiCoefficients()

template<typename MatrixT >
virtual void capd::dynsys::HOSolver< MatrixT >::computePsiCoefficients ( ScalarType  t,
const VectorType x,
const VectorType xx,
size_type  order 
)
pure virtual

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