|
CAPD::DynSys Library
6.0.0
|
This class provides methods for evaluation of the parametric curve for a given parameter value. More...
#include <capd/diffAlgebra/C2Curve.h>
Public Types | |
| typedef BaseCurveT::HessianType | HessianType |
| typedef BaseCurveT::MatrixType | MatrixType |
| typedef MatrixType::RowVectorType | VectorType |
| typedef MatrixType::ScalarType | ScalarType |
| typedef TypeTraits< ScalarType >::Real | Real |
| typedef __size_type | size_type |
| typedef __difference_type | difference_type |
| typedef Jet< MatrixType, 0 > | JetType |
Public Member Functions | |
| C2Curve (Real left, Real right, size_type dimension, size_type order, size_type degree) | |
| HessianType | hessian (const ScalarType &h) const |
| VectorType | timeDerivative (const ScalarType &h) const |
| VectorType | operator() (const ScalarType &h) const |
| MatrixType | derivative (const ScalarType &h) const |
| MatrixType | operator[] (const ScalarType &h) const |
| virtual JetType | jet (const ScalarType &) const |
| virtual void | eval (ScalarType, JetType &) const |
| virtual void | setDomain (Real left, Real right) |
| virtual Real | getLeftDomain () const |
| virtual Real | getRightDomain () const |
Protected Attributes | |
| Real | m_left |
| Real | m_right |
| domain More... | |
This class provides methods for evaluation of the parametric curve for a given parameter value.
Template parameter BaseCurveT must provide storage and access for coefficients.
| typedef __difference_type capd::diffAlgebra::C2Curve< BaseCurveT, isInterval >::difference_type |
| typedef BaseCurveT::HessianType capd::diffAlgebra::C2Curve< BaseCurveT, isInterval >::HessianType |
|
inherited |
| typedef BaseCurveT::MatrixType capd::diffAlgebra::C2Curve< BaseCurveT, isInterval >::MatrixType |
| typedef TypeTraits<ScalarType>::Real capd::diffAlgebra::C2Curve< BaseCurveT, isInterval >::Real |
| typedef MatrixType::ScalarType capd::diffAlgebra::C2Curve< BaseCurveT, isInterval >::ScalarType |
| typedef __size_type capd::diffAlgebra::C2Curve< BaseCurveT, isInterval >::size_type |
| typedef MatrixType::RowVectorType capd::diffAlgebra::C2Curve< BaseCurveT, isInterval >::VectorType |
|
inline |
|
virtualinherited |
|
inlinevirtualinherited |
|
inlinevirtualinherited |
|
inlinevirtualinherited |
|
inlinevirtualinherited |
|
virtualinherited |
|
inlinevirtualinherited |
|
inlinevirtualinherited |
|
inherited |
|
protectedinherited |
|
protectedinherited |
domain