|
| void | capd::pdes::C0DoubletonSetGeometricTail< BaseT >::initMove (C0DoubletonSetGeometricTail &result) const |
| |
| void | capd::pdes::C0DoubletonSetGeometricTail< BaseT >::finalizeMove (C0DoubletonSetGeometricTail &result) const |
| |
| void | capd::pdes::C0DoubletonSetGeometricTail< BaseT >::move (DynSysType &dynsys, C0DoubletonSetGeometricTail &result) const |
| | computes image of the set after one step/iterate of the dynamical system and stores it in result More...
|
| |
| void | capd::pdes::C1DoubletonSetGeometricTail< Policies >::move (DynSysType &dynsys, C1DoubletonSetGeometricTail &result) const |
| | computes image of the set after one step/iterate of the dynamical system and stores it in result More...
|
| |
| size_type | capd::pdes::PdeCurve< SeriesT >::getOrder () const |
| | Returns the order of Taylor interpolation. More...
|
| |
| size_type | capd::pdes::PdeCurve< SeriesT >::dimension () const |
| | Returns the dimension in which the relevant dynamics is observed. More...
|
| |
| const ScalarType | capd::pdes::PdeCurve< SeriesT >::centerCoefficient (size_type i, size_type j) const |
| |
| const ScalarType | capd::pdes::PdeCurve< SeriesT >::coefficient (size_type i, size_type j) const |
| |
| const ScalarType | capd::pdes::PdeCurve< SeriesT >::remainderCoefficient (size_type i, size_type j) const |
| |
| const ScalarType | capd::pdes::PdeCurve< SeriesT >::coefficient (size_type i, size_type j, size_type k) const |
| |
| | capd::pdes::PdeCurve< SeriesT >::PdeCurve (size_type dim, size_type order) |
| |
| virtual void | capd::pdes::PdeCurve< SeriesT >::setOrder (size_type order) |
| | Sets the order of Taylor interpolation. More...
|
| |
| void | capd::pdes::PdeCurve< SeriesT >::clearCoefficients () |
| | sets all coefficients to zero More...
|
| |
| void | capd::pdes::PdeCurve< SeriesT >::realloc (size_type dimension) |
| |
| template<class V > |
| void | capd::pdes::PdeCurve< SeriesT >::sumTaylorSeries (V &x, const VectorArray &c, ScalarType h, int p, size_type dim) const |
| |
| void | capd::pdes::PdeCurve< SeriesT >::sumTaylorSeries (MatrixType &A, const MatrixArray &J, ScalarType h, int p, size_type dim) const |
| |