#include <Interpolator.h>
Public Member Functions | |
Interpolator (Value *myval, const GridCoordinatesObject &mygrid) | |
double | splineInterpolation (const std::vector< double > &x, std::vector< double > &der) const |
Interpolate the function using splines. More... | |
Private Attributes | |
const GridCoordinatesObject & | gridobject |
Value * | values |
|
inline |
double PLMD::gridtools::Interpolator::splineInterpolation | ( | const std::vector< double > & | x, |
std::vector< double > & | der | ||
) | const |
Interpolate the function using splines.
|
private |
|
private |
Hosted by GitHub | 1.8.17 |