Alexandria 2.31.2
SDC-CH common library for the Euclid project
|
This is the complete list of members for Euclid::MathUtils::InterpolationImpl< T, typename std::enable_if< std::is_floating_point< T >::value >::type >, including all inherited members.
checkOrder(const std::vector< T > &knots) | Euclid::MathUtils::InterpolationImpl< T, typename std::enable_if< std::is_floating_point< T >::value >::type > | inlinestatic |
interpolate(const T x, const std::vector< T > &knots, const std::vector< double > &values, bool extrapolate) | Euclid::MathUtils::InterpolationImpl< T, typename std::enable_if< std::is_floating_point< T >::value >::type > | inlinestatic |
interpolate(const T x, const std::vector< T > &knots, const std::vector< std::unique_ptr< InterpN< Rest... > > > &interpolators, bool extrapolate, const Rest... rest) | Euclid::MathUtils::InterpolationImpl< T, typename std::enable_if< std::is_floating_point< T >::value >::type > | inlinestatic |