|
CAPD::DynSys Library
6.0.0
|
#include <capd/diffAlgebra/C2TimeJet.h>
Public Types | |
| typedef C2TimeJet | SetType |
| typedef MatrixT | MatrixType |
| typedef C1TimeJet< MatrixT > | BaseCoeff |
| typedef MatrixType::ScalarType | ScalarType |
| typedef MatrixType::RefColumnVectorType | RefVectorType |
| typedef MatrixType::RowVectorType | VectorType |
| typedef Hessian< ScalarType, VectorType::csDim, VectorType::csDim > | HessianType |
| typedef VectorType::size_type | size_type |
| typedef VectorType::iterator | iterator |
| typedef VectorType::const_iterator | const_iterator |
Public Member Functions | |
| C2TimeJet (size_type dim) | |
| C2TimeJet (VectorType *v, MatrixType *der, HessianType *h) | |
| ~C2TimeJet () | |
| void | clear () |
| void | setHessian (const HessianType &hessian) |
| const HessianType & | hessian () const |
| HessianType & | hessian () |
| template<class DynSysT > | |
| void | move (DynSysT &dynsys) |
| MatrixType & | matrix () |
| const MatrixType & | matrix () const |
| void | setMatrix (const MatrixType &m) |
| operator VectorType () const | |
| VectorType & | vector () |
| const VectorType & | vector () const |
| void | setVector (const VectorType &v) |
| size_type | dimension () const |
| const ScalarType | getCurrentTime () const |
| ScalarType & | refCurrentTime () |
| void | setCurrentTime (const ScalarType &t) |
Static Public Member Functions | |
| static size_type | degree () |
Protected Attributes | |
| HessianType * | m_hessian |
| MatrixType * | m_derivative |
| VectorType * | m_value |
| bool | is_owner |
| ScalarType | m_currentTime |
| typedef C1TimeJet<MatrixT> capd::diffAlgebra::C2TimeJet< MatrixT >::BaseCoeff |
| typedef VectorType::const_iterator capd::diffAlgebra::C2TimeJet< MatrixT >::const_iterator |
| typedef Hessian<ScalarType,VectorType::csDim,VectorType::csDim> capd::diffAlgebra::C2TimeJet< MatrixT >::HessianType |
| typedef VectorType::iterator capd::diffAlgebra::C2TimeJet< MatrixT >::iterator |
| typedef MatrixT capd::diffAlgebra::C2TimeJet< MatrixT >::MatrixType |
| typedef MatrixType::RefColumnVectorType capd::diffAlgebra::C2TimeJet< MatrixT >::RefVectorType |
| typedef MatrixType::ScalarType capd::diffAlgebra::C2TimeJet< MatrixT >::ScalarType |
| typedef C2TimeJet capd::diffAlgebra::C2TimeJet< MatrixT >::SetType |
| typedef VectorType::size_type capd::diffAlgebra::C2TimeJet< MatrixT >::size_type |
| typedef MatrixType::RowVectorType capd::diffAlgebra::C2TimeJet< MatrixT >::VectorType |
|
inlineexplicit |
|
inline |
|
inline |
|
inline |
|
inlinestatic |
|
inlineinherited |
|
inlineinherited |
|
inline |
|
inline |
|
inlineinherited |
|
inlineinherited |
|
inline |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inline |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
protectedinherited |
|
protectedinherited |
|
protectedinherited |
|
protected |
|
protectedinherited |