|
template<typename Object , __size_type M, __size_type N, __size_type D> |
bool | operator== (const CnContainer< Object, M, N, D > &c1, const CnContainer< Object, M, N, D > &c2) |
| checks if two CnContainers are exactly the same. More...
|
|
template<class CurveT , class HessianT > |
void | oneStepHessian (typename CurveT::ScalarType h, const CurveT &curve, HessianT &result) |
|
template<class Curve , class Jet > |
void | oneStepJet (typename Curve::ScalarType h, Curve &curve, Jet &v) |
|
template<typename Scalar , __size_type M, __size_type D> |
bool | operator== (const Hessian< Scalar, M, D > &h1, const Hessian< Scalar, M, D > &h2) |
|
template<typename Scalar , __size_type M, __size_type D> |
bool | operator!= (const Hessian< Scalar, M, D > &h1, const Hessian< Scalar, M, D > &h2) |
|
template<typename ScalarType , __size_type D> |
Hessian< ScalarType, D, D > | operator* (const capd::vectalg::Matrix< ScalarType, D, D > &m, const Hessian< ScalarType, D, D > &c2) |
|
template<typename ScalarType , __size_type D> |
Hessian< ScalarType, D, D > | operator* (const Hessian< ScalarType, D, D > &c2, const capd::vectalg::Matrix< ScalarType, D, D > &m) |
|
template<typename ScalarType , __size_type D> |
Hessian< ScalarType, D, D > | operator* (ScalarType c, const Hessian< ScalarType, D, D > &H) |
|
template<typename ScalarType , __size_type D> |
Hessian< ScalarType, D, D > | operator+ (const Hessian< ScalarType, D, D > &H1, const Hessian< ScalarType, D, D > &H2) |
|
template<typename T , capd::vectalg::__size_type M, capd::vectalg::__size_type D> |
std::ostream & | operator<< (std::ostream &str, const Hessian< T, M, D > &h) |
|
template<typename Scalar , __size_type M, __size_type D> |
void | setDimensionInArray (Hessian< Scalar, M, D > *, __size_type, __size_type, __size_type) |
|
template<typename Scalar > |
void | setDimensionInArray (Hessian< Scalar, 0, 0 > *t, __size_type N, __size_type M, __size_type D) |
|
template<typename MatrixT , __size_type DEGREE> |
bool | operator== (const Jet< MatrixT, DEGREE > &x, const Jet< MatrixT, DEGREE > &y) |
|
template<typename MatrixT , __size_type DEGREE> |
bool | operator!= (const Jet< MatrixT, DEGREE > &x, const Jet< MatrixT, DEGREE > &y) |
|
template<typename MatrixT , __size_type DEGREE> |
std::ostream & | print (std::ostream &str, const Jet< MatrixT, DEGREE > &coeff, int minDegree=0, int maxDegree=-1, int firstFun=0, int lastFun=-1, int firstVariable=0) |
| prints derivatives in the human readable form More...
|
|
template capd::diffAlgebra::Hessian< double, 0, 0 > | operator*<double, 0 > (const capd::DMatrix &, const capd::diffAlgebra::Hessian< double, 0, 0 > &) |
|
template capd::diffAlgebra::Hessian< long double, 0, 0 > | operator*<long double, 0 > (const capd::LDMatrix &, const capd::diffAlgebra::Hessian< long double, 0, 0 > &) |
|
template capd::diffAlgebra::Hessian< capd::DInterval, 0, 0 > | operator*<capd::DInterval, 0 > (const capd::IMatrix &, const capd::diffAlgebra::Hessian< capd::DInterval, 0, 0 > &) |
|
template capd::diffAlgebra::Hessian< double, 0, 0 > | operator*<double, 0 > (const capd::diffAlgebra::Hessian< double, 0, 0 > &, const capd::DMatrix &) |
|
template capd::diffAlgebra::Hessian< long double, 0, 0 > | operator*<long double, 0 > (const capd::diffAlgebra::Hessian< long double, 0, 0 > &, const capd::LDMatrix &) |
|
template capd::diffAlgebra::Hessian< capd::DInterval, 0, 0 > | operator*<capd::DInterval, 0 > (const capd::diffAlgebra::Hessian< capd::DInterval, 0, 0 > &, const capd::IMatrix &) |
|
template capd::diffAlgebra::Hessian< double, 0, 0 > | operator*<double, 0 > (double, const capd::diffAlgebra::Hessian< double, 0, 0 > &) |
|
template capd::diffAlgebra::Hessian< long double, 0, 0 > | operator*<long double, 0 > (long double, const capd::diffAlgebra::Hessian< long double, 0, 0 > &) |
|
template capd::diffAlgebra::Hessian< capd::DInterval, 0, 0 > | operator*<capd::DInterval, 0 > (capd::DInterval, const capd::diffAlgebra::Hessian< capd::DInterval, 0, 0 > &) |
|
template capd::diffAlgebra::Hessian< capd::MpFloat, 0, 0 > | operator*<capd::MpFloat, 0 > (const capd::MpMatrix &, const capd::diffAlgebra::Hessian< capd::MpFloat, 0, 0 > &) |
|
template capd::diffAlgebra::Hessian< capd::MpInterval, 0, 0 > | operator*<capd::MpInterval, 0 > (const capd::MpIMatrix &, const capd::diffAlgebra::Hessian< capd::MpInterval, 0, 0 > &) |
|
template capd::diffAlgebra::Hessian< capd::MpFloat, 0, 0 > | operator*<capd::MpFloat, 0 > (const capd::diffAlgebra::Hessian< capd::MpFloat, 0, 0 > &, const capd::MpMatrix &) |
|
template capd::diffAlgebra::Hessian< capd::MpInterval, 0, 0 > | operator*<capd::MpInterval, 0 > (const capd::diffAlgebra::Hessian< capd::MpInterval, 0, 0 > &, const capd::MpIMatrix &) |
|
template capd::diffAlgebra::Hessian< capd::MpFloat, 0, 0 > | operator*<capd::MpFloat, 0 > (capd::MpFloat, const capd::diffAlgebra::Hessian< capd::MpFloat, 0, 0 > &) |
|
template capd::diffAlgebra::Hessian< capd::MpInterval, 0, 0 > | operator*<capd::MpInterval, 0 > (capd::MpInterval, const capd::diffAlgebra::Hessian< capd::MpInterval, 0, 0 > &) |
|