CAPD DynSys Library
5.2.0
|
#include <capd/diffAlgebra/C1TimeJet.h>
Public Types | |
typedef C1TimeJet | SetType |
typedef capd::diffAlgebra::C0TimeJet< typename MatrixT::RowVectorType > | BaseCoeff |
typedef MatrixT | MatrixType |
typedef MatrixType::ScalarType | ScalarType |
typedef MatrixType::RefColumnVectorType | RefVectorType |
typedef MatrixType::RowVectorType | VectorType |
typedef VectorType::size_type | size_type |
typedef VectorType::iterator | iterator |
typedef VectorType::const_iterator | const_iterator |
Public Member Functions | |
C1TimeJet (size_type dim) | |
C1TimeJet (VectorType *v, MatrixType *der) | |
~C1TimeJet () | |
void | clear () |
MatrixType & | matrix () |
const MatrixType & | matrix () const |
void | setMatrix (const MatrixType &m) |
template<class DynSysT > | |
void | move (DynSysT &dynsys) |
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 | |
MatrixType * | m_derivative |
VectorType * | m_value |
bool | is_owner |
ScalarType | m_currentTime |
Friends | |
std::ostream & | operator<< (std::ostream &s, const C1TimeJet &coeff) |
typedef capd::diffAlgebra::C0TimeJet<typename MatrixT::RowVectorType> capd::diffAlgebra::C1TimeJet< MatrixT >::BaseCoeff |
typedef VectorType::const_iterator capd::diffAlgebra::C1TimeJet< MatrixT >::const_iterator |
typedef VectorType::iterator capd::diffAlgebra::C1TimeJet< MatrixT >::iterator |
typedef MatrixT capd::diffAlgebra::C1TimeJet< MatrixT >::MatrixType |
typedef MatrixType::RefColumnVectorType capd::diffAlgebra::C1TimeJet< MatrixT >::RefVectorType |
typedef MatrixType::ScalarType capd::diffAlgebra::C1TimeJet< MatrixT >::ScalarType |
typedef C1TimeJet capd::diffAlgebra::C1TimeJet< MatrixT >::SetType |
typedef VectorType::size_type capd::diffAlgebra::C1TimeJet< MatrixT >::size_type |
typedef MatrixType::RowVectorType capd::diffAlgebra::C1TimeJet< MatrixT >::VectorType |
|
inlineexplicit |
|
inline |
|
inline |
|
inline |
|
inlinestatic |
|
inlineinherited |
|
inlineinherited |
|
inline |
|
inline |
|
inline |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inline |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
friend |
|
protectedinherited |
|
protectedinherited |
|
protected |
|
protectedinherited |