| 
    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/CnCurve.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 capd::diffAlgebra::Jet< MatrixType, 0 > | JetType | 
| typedef __size_type | size_type | 
| typedef __difference_type | difference_type | 
Public Member Functions | |
| CnCurve (Real left, Real right, size_type dimension, size_type order, size_type degree) | |
| HessianType | hessian (const ScalarType &h) const | 
| JetType | jet (const ScalarType &h) const | 
| void | eval (ScalarType h, JetType &v) 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 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::CnCurve< BaseCurveT, isInterval >::difference_type | 
| typedef BaseCurveT::HessianType capd::diffAlgebra::CnCurve< BaseCurveT, isInterval >::HessianType | 
| typedef capd::diffAlgebra::Jet<MatrixType,0> capd::diffAlgebra::CnCurve< BaseCurveT, isInterval >::JetType | 
| typedef BaseCurveT::MatrixType capd::diffAlgebra::CnCurve< BaseCurveT, isInterval >::MatrixType | 
| typedef TypeTraits<ScalarType>::Real capd::diffAlgebra::CnCurve< BaseCurveT, isInterval >::Real | 
| typedef MatrixType::ScalarType capd::diffAlgebra::CnCurve< BaseCurveT, isInterval >::ScalarType | 
| typedef __size_type capd::diffAlgebra::CnCurve< BaseCurveT, isInterval >::size_type | 
| typedef MatrixType::RowVectorType capd::diffAlgebra::CnCurve< BaseCurveT, isInterval >::VectorType | 
      
  | 
  inline | 
      
  | 
  virtualinherited | 
      
  | 
  inlinevirtualinherited | 
      
  | 
  inlinevirtualinherited | 
      
  | 
  virtualinherited | 
      
  | 
  inlinevirtualinherited | 
      
  | 
  inlinevirtualinherited | 
      
  | 
  inherited | 
      
  | 
  protectedinherited | 
      
  | 
  protectedinherited | 
domain