CAPD::DynSys Library
6.0.0
|
#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 |
void | setInitHessian (const HessianType &H) |
void | setInitJet (const JetType &jet) |
void | eval (ScalarType h, JetType &v) const |
JetType | jet (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 |
void | setInitMatrix (const MatrixType &M) |
MatrixType | oneStepDerivative (const ScalarType &h) const |
MatrixType | oneStepDerivativeOfNumericalMethod (const ScalarType &h) const |
VectorType | valueAtCenter (const ScalarType &h) const |
VectorType | remainder (const ScalarType &h) const |
VectorType | getCenter () const |
virtual void | setDomain (Real left, Real right) |
virtual Real | getLeftDomain () const |
virtual Real | getRightDomain () const |
Public Attributes | |
HessianType | initHessian |
JetType | initJet |
Protected Attributes | |
MatrixType | initMatrix |
Real | m_left |
Real | m_right |
domain More... | |
typedef __difference_type capd::diffAlgebra::CnCurve< BaseCurveT, true >::difference_type |
typedef BaseCurveT::HessianType capd::diffAlgebra::CnCurve< BaseCurveT, true >::HessianType |
typedef capd::diffAlgebra::Jet<MatrixType,0> capd::diffAlgebra::CnCurve< BaseCurveT, true >::JetType |
typedef BaseCurveT::MatrixType capd::diffAlgebra::CnCurve< BaseCurveT, true >::MatrixType |
typedef TypeTraits<ScalarType>::Real capd::diffAlgebra::CnCurve< BaseCurveT, true >::Real |
typedef MatrixType::ScalarType capd::diffAlgebra::CnCurve< BaseCurveT, true >::ScalarType |
typedef __size_type capd::diffAlgebra::CnCurve< BaseCurveT, true >::size_type |
typedef MatrixType::RowVectorType capd::diffAlgebra::CnCurve< BaseCurveT, true >::VectorType |
|
inline |
|
inlinevirtualinherited |
|
inherited |
|
inlinevirtualinherited |
|
inlinevirtualinherited |
|
inherited |
|
inherited |
|
virtualinherited |
|
inlinevirtualinherited |
|
inherited |
|
inlinevirtualinherited |
|
inline |
|
inline |
|
inlineinherited |
|
inherited |
|
inherited |
HessianType capd::diffAlgebra::CnCurve< BaseCurveT, true >::initHessian |
JetType capd::diffAlgebra::CnCurve< BaseCurveT, true >::initJet |
|
protectedinherited |
|
protectedinherited |
|
protectedinherited |
domain