#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. | |
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.13.2
|