CAPD::DynSys Library  6.0.0
capd::dynsys::OdeNumTaylor< MatrixT > Class Template Reference

#include <capd/dynsys/deprecated/OdeNumTaylor.h>

Public Types

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

Public Member Functions

 OdeNumTaylor (Ode< MatrixType > &a_ode, int a_order, const ScalarType &a_step)
 
VectorType Phi (const VectorType &iv)
 
MatrixType JacPhi (const VectorType &iv)
 
VectorType Remainder (const VectorType &iv)
 

Member Typedef Documentation

◆ MatrixType

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

◆ ScalarType

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

◆ VectorType

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

Constructor & Destructor Documentation

◆ OdeNumTaylor()

template<typename MatrixType >
capd::dynsys::OdeNumTaylor< MatrixType >::OdeNumTaylor ( Ode< MatrixType > &  a_ode,
int  a_order,
const ScalarType a_step 
)
inline

Member Function Documentation

◆ JacPhi()

template<typename MatrixType >
MatrixType capd::dynsys::OdeNumTaylor< MatrixType >::JacPhi ( const VectorType iv)

◆ Phi()

template<typename MatrixType >
OdeNumTaylor< MatrixType >::VectorType capd::dynsys::OdeNumTaylor< MatrixType >::Phi ( const VectorType iv)

◆ Remainder()

template<typename MatrixType >
OdeNumTaylor< MatrixType >::VectorType capd::dynsys::OdeNumTaylor< MatrixType >::Remainder ( const VectorType iv)

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