20#ifndef INTEGRAND_INTERP_L2_SCALAR_PROD_HPP
21#define INTEGRAND_INTERP_L2_SCALAR_PROD_HPP
49 double operator()(
const double &x,
const std::vector<double> &evals)
auto interp1D(RAIterator const &begin, RAIterator const &end, Key const &keyVal, ExtractKey const &extractKey, ExtractValue const &extractValue, CompareKey const &comp=std::less< Key >())
Definition interp1D.hpp:92
Contains a specialization for the template class for interpolating an unidimensional-univariate funct...
Contains the function to perform unidimensional-univariate function interpolation and the grid for wh...
Definition interp_func.hpp:40
double operator()(const double &x, const std::vector< double > &evals)
Perform the interpolation of the function on a given point.
Definition interp_func.hpp:49
std::vector< double > grid_eval
Grid for which the function evaluation are already available.
Definition interp_func.hpp:41