|
class | JTOOLS::JPolintFunction< N, JElement_t, JCollection_t, typename JResultType< typename JElement_t::ordinate_type >::result_type, JDistance_t > |
| Template specialisation for functional collection with polynomial interpolation. More...
|
|
class | JTOOLS::JPolintFunction< 0, JElement_t, JCollection_t, typename JResultType< typename JElement_t::ordinate_type >::result_type, JDistance_t > |
| Template specialisation for zero-degree polynomial interpolation method. More...
|
|
class | JTOOLS::JPolintFunction< 1, JElement_t, JCollection_t, typename JResultType< typename JElement_t::ordinate_type >::result_type, JDistance_t > |
| Template specialisation for first-degree polynomial interpolation method. More...
|
|
class | JTOOLS::JPolintFunction< N, JElement_t, JCollection_t, JResultPDF< typename JResultType< typename JElement_t::ordinate_type >::result_type >, JDistance_t > |
| Template specialisation for polynomial interpolation method with returning JResultPDF data structure. More...
|
|
class | JTOOLS::JPolintFunction< N, JElement_t, JCollection_t, JResultPolynome< M, typename JResultType< typename JElement_t::ordinate_type >::result_type >, JDistance_t > |
| Template specialisation for polynomial interpolation method with returning JResultPolynome data structure. More...
|
|
class | JTOOLS::JPolintFunction< N, JElement_t, JCollection_t, JResultDerivative< typename JResultType< typename JElement_t::ordinate_type >::result_type >, JDistance_t > |
| Template specialisation for polynomial interpolation method with returning JResultDerivative data structure. More...
|
|
class | JTOOLS::JPolintFunction< N, JElement_t, JCollection_t, JResultHesse< typename JResultType< typename JElement_t::ordinate_type >::result_type >, JDistance_t > |
| Template specialisation for polynomial interpolation method with returning JResultHesse data structure. More...
|
|
class | JTOOLS::JPolintFunction1D< N, JElement_t, JCollection_t, JResult_t, JDistance_t > |
| Template class for polynomial interpolation in 1D. More...
|
|
class | JTOOLS::JPolintMap< N, JKey_t, JValue_t, JMap_t, JResult_t, JDistance_t > |
| Functional map with polynomial interpolation. More...
|
|
|
template<unsigned int N, class JElement_t , template< class, class > class JCollection_t, class JDistance_t , unsigned int M> |
| JTOOLS::if ((p==this->begin() &&this->getDistance(x,(p++) ->getX()) > distance_type::precision)||(p==this->end() &&this->getDistance((--p) ->getX(), x) > distance_type::precision)) |
| Template base class for polynomial interpolations with polynomial result. More...
|
|
| JTOOLS::for (int i=n/2;i !=0 &&p !=this->end();--i,++p) |
|
| JTOOLS::for (int i=n ;i !=0 &&p !=this->begin();--i, --p) |
|
| JTOOLS::for (unsigned int k=0;k !=M+1;++k) |
|
| JTOOLS::for (int m=1;m !=n;++m) |
|
virtual void | JTOOLS::do_compile () override |
| Function compilation. More...
|
|
template<unsigned int N, class JElement_t , template< class, class > class JCollection_t, class JResult_t , class JDistance_t > |
JElement_t::ordinate_type | JTOOLS::integrate (const JPolintFunction1D< N, JElement_t, JCollection_t, JResult_t, JDistance_t > &input, typename JMappable< JElement_t >::map_type &output) |
| Conversion of data points to integral values. More...
|
|
template<unsigned int N, class JElement_t , template< class, class > class JCollection_t, class JResult_t , class JDistance_t > |
JElement_t::ordinate_type | JTOOLS::integrate (const JPolintFunction1D< N, JElement_t, JCollection_t, JResult_t, JDistance_t > &input, typename JMappable< JElement_t >::map_type &output, const JLANG::JBool< false > &option) |
| Conversion of data points to integral values. More...
|
|
template<class JElement_t , template< class, class > class JCollection_t, class JResult_t , class JDistance_t > |
JElement_t::ordinate_type | JTOOLS::integrate (const JPolintFunction1D< 0, JElement_t, JCollection_t, JResult_t, JDistance_t > &input, typename JMappable< JElement_t >::map_type &output, const JLANG::JBool< true > &option) |
| Conversion of data points to integral values. More...
|
|
template<class JElement_t , template< class, class > class JCollection_t, class JResult_t , class JDistance_t > |
JElement_t::ordinate_type | JTOOLS::integrate (const JPolintFunction1D< 1, JElement_t, JCollection_t, JResult_t, JDistance_t > &input, typename JMappable< JElement_t >::map_type &output, const JLANG::JBool< true > &option) |
| Conversion of data points to integral values. More...
|
|