Alexandria
2.25.0
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 > &) |
Trait for discrete types
Definition at line 92 of file GridInterpolation.icpp.
|
inlinestatic |
Definition at line 111 of file GridInterpolation.icpp.
|
inlinestatic |
Definition at line 93 of file GridInterpolation.icpp.
References std::vector< T >::begin(), std::vector< T >::end(), std::find(), and std::vector< T >::size().
|
inlinestatic |
Definition at line 102 of file GridInterpolation.icpp.
References std::vector< T >::begin(), std::vector< T >::end(), std::find(), and std::vector< T >::size().