|
CAPD::DynSys Library
6.0.0
|
The class represent a jet of solution to a nonautomnomous ODE. More...
#include <capd/diffAlgebra/CnTimeJet.h>
Public Types | |
| typedef CnTimeJet | SetType |
| typedef MatrixT | MatrixType |
| typedef Jet< MatrixT, DEGREE > | JetType |
| typedef MatrixType::ScalarType | ScalarType |
| typedef MatrixType::RefColumnVectorType | RefVectorType |
| typedef MatrixType::RowVectorType | VectorType |
| typedef MatrixType::ColumnVectorType | ImageVectorType |
| typedef VectorType::size_type | size_type |
| typedef JetType::iterator | iterator |
| typedef JetType::const_iterator | const_iterator |
| typedef JetType::Multipointer | Multipointer |
| typedef JetType::Multiindex | Multiindex |
Public Member Functions | |
| CnTimeJet (JetType *jet) | |
| operator VectorType () const | |
| RefVectorType | vector () |
| const RefVectorType | vector () const |
| template<class DynSysT > | |
| void | move (DynSysT &dynsys) |
| size_type | degree () const |
| const ScalarType | getCurrentTime () const |
| ScalarType & | refCurrentTime () |
| void | setCurrentTime (const ScalarType &t) |
Protected Attributes | |
| JetType * | m_jet |
| ScalarType | m_currentTime |
The class represent a jet of solution to a nonautomnomous ODE.
This is a truncated power series of degree D of a function
at given time
The base class Jet is used to store coefficients of the jet. The base class TimeRange is used to store current time.
| typedef JetType::const_iterator capd::diffAlgebra::CnTimeJet< MatrixT, DEGREE >::const_iterator |
| typedef MatrixType::ColumnVectorType capd::diffAlgebra::CnTimeJet< MatrixT, DEGREE >::ImageVectorType |
| typedef JetType::iterator capd::diffAlgebra::CnTimeJet< MatrixT, DEGREE >::iterator |
| typedef Jet<MatrixT,DEGREE> capd::diffAlgebra::CnTimeJet< MatrixT, DEGREE >::JetType |
| typedef MatrixT capd::diffAlgebra::CnTimeJet< MatrixT, DEGREE >::MatrixType |
| typedef JetType::Multiindex capd::diffAlgebra::CnTimeJet< MatrixT, DEGREE >::Multiindex |
| typedef JetType::Multipointer capd::diffAlgebra::CnTimeJet< MatrixT, DEGREE >::Multipointer |
| typedef MatrixType::RefColumnVectorType capd::diffAlgebra::CnTimeJet< MatrixT, DEGREE >::RefVectorType |
| typedef MatrixType::ScalarType capd::diffAlgebra::CnTimeJet< MatrixT, DEGREE >::ScalarType |
| typedef CnTimeJet capd::diffAlgebra::CnTimeJet< MatrixT, DEGREE >::SetType |
| typedef VectorType::size_type capd::diffAlgebra::CnTimeJet< MatrixT, DEGREE >::size_type |
| typedef MatrixType::RowVectorType capd::diffAlgebra::CnTimeJet< MatrixT, DEGREE >::VectorType |
|
inlineexplicit |
|
inline |
|
inlineinherited |
|
inline |
|
inline |
|
inlineinherited |
|
inlineinherited |
|
inline |
|
inline |
|
protectedinherited |
|
protected |