Contains the function to perform unidimensional-univariate function interpolation and the grid for which the function evaluation are already available.
More...
#include <interp_func.hpp>
|
| double | operator() (const double &x, const std::vector< double > &evals) |
| | Perform the interpolation of the function on a given point.
|
| |
|
|
std::vector< double > | grid_eval |
| | Grid for which the function evaluation are already available.
|
| |
Contains the function to perform unidimensional-univariate function interpolation and the grid for which the function evaluation are already available.
◆ operator()()
| double interp_func::operator() |
( |
const double & | x, |
|
|
const std::vector< double > & | evals ) |
|
inline |
Perform the interpolation of the function on a given point.
- Parameters
-
| x | the abscissa for which the interpolated value is looked for |
| evals | vector indicating the value of the function in 'grid_eval' |
- Returns
- the interpolated function value
The documentation for this struct was generated from the following file: