Alexandria 2.31.4
SDC-CH common library for the Euclid project
|
Static Public Member Functions | |
static double | interpolate (const T x, const std::vector< T > &knots, const std::vector< double > &values, bool) |
template<typename... Rest> | |
static double | interpolate (const T x, const std::vector< T > &knots, const std::vector< std::unique_ptr< InterpN< Rest... > > > &interpolators, bool, const Rest... rest) |
static void | checkOrder (const std::vector< T > &knots) |
Definition at line 59 of file GridInterpolation.icpp.
|
inlinestatic |
Definition at line 76 of file GridInterpolation.icpp.
References std::vector< T >::begin(), std::vector< T >::end(), and std::vector< T >::front().
|
inlinestatic |
Definition at line 60 of file GridInterpolation.icpp.
References std::vector< T >::back(), and std::vector< T >::front().
|
inlinestatic |
Definition at line 68 of file GridInterpolation.icpp.
References std::vector< T >::back(), and std::vector< T >::front().