#include <capd/diffAlgebra/FadCurve.h>
|
| | FadCurve (size_type dimension, size_type order, size_type degree) |
| |
| virtual void | setOrder (size_type order) |
| | Sets the order of Taylor interpolation. More...
|
| |
| size_type | getOrder () const |
| | Returns the order of Taylor interpolation. More...
|
| |
| size_type | getAllocatedOrder () const |
| | Returns maximal allocated order - used to avoid memory reallocation. More...
|
| |
| size_type | dimension () const |
| | Returns the dimension in which the parametric curve is embedded. More...
|
| |
| void | clearCoefficients () |
| | sets all coefficients to zero More...
|
| |
| const ScalarType & | centerCoefficient (size_type i, size_type j) const |
| |
| const ScalarType & | coefficient (size_type i, size_type j) const |
| |
| const ScalarType & | remainderCoefficient (size_type i, size_type j) const |
| |
| const ScalarType & | coefficient (size_type i, size_type j, size_type k) const |
| |
| const ScalarType & | remainderCoefficient (size_type i, size_type j, size_type k) const |
| |
| ScalarType & | centerCoefficient (size_type i, size_type j) |
| |
| ScalarType & | coefficient (size_type i, size_type j) |
| |
| ScalarType & | remainderCoefficient (size_type i, size_type j) |
| |
| ScalarType & | coefficient (size_type i, size_type j, size_type k) |
| |
| ScalarType & | remainderCoefficient (size_type i, size_type j, size_type k) |
| |
| void | setInitMatrix (const MatrixType &) |
| |
| void | setInitHessian (const HessianType &) |
| |
| void | setInitJet (const JetType &) |
| |
| std::runtime_error | domainErrorMessage (std::string msg, ScalarType h, Real left, Real right) const |
| |
◆ difference_type
◆ FScalar
◆ HessianType
◆ JetType
◆ MatrixType
◆ Real
◆ ScalarType
◆ size_type
◆ TFScalar
◆ TFVector
◆ TScalar
◆ TVector
◆ VectorType
◆ domainErrorMessage()
◆ setInitHessian()
◆ setInitJet()
◆ setInitMatrix()
◆ m_center
◆ m_dimension
◆ m_in
◆ m_jacRem
◆ m_order
◆ m_rem
The documentation for this class was generated from the following files: