Alexandria  2.27.0
SDC-CH common library for the Euclid project
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Euclid::MathUtils::InterpolationImpl< T, typename std::enable_if< std::is_integral< T >::value >::type > Member List

This is the complete list of members for Euclid::MathUtils::InterpolationImpl< T, typename std::enable_if< std::is_integral< T >::value >::type >, including all inherited members.

checkOrder(const std::vector< T > &knots)Euclid::MathUtils::InterpolationImpl< T, typename std::enable_if< std::is_integral< T >::value >::type >inlinestatic
interpolate(const T x, const std::vector< T > &knots, const std::vector< double > &values, bool)Euclid::MathUtils::InterpolationImpl< T, typename std::enable_if< std::is_integral< T >::value >::type >inlinestatic
interpolate(const T x, const std::vector< T > &knots, const std::vector< std::unique_ptr< InterpN< Rest...>>> &interpolators, bool, const Rest...rest)Euclid::MathUtils::InterpolationImpl< T, typename std::enable_if< std::is_integral< T >::value >::type >inlinestatic