7 #ifndef LHAPDF_LogBicubicInterpolator_H
8 #define LHAPDF_LogBicubicInterpolator_H
10 #include "LHAPDF/Interpolator.h"
26 void _interpolateXQ2(
const KnotArray& subgrid,
double x,
size_t ix,
double q2,
size_t iq2, std::vector<double>& ret)
const;
Internal storage class for PDF data point grids.
Definition: KnotArray.h:45
Implementation of bicubic interpolation.
Definition: LogBicubicInterpolator.h:18
double _interpolateXQ2(const KnotArray &subgrid, double x, size_t ix, double q2, size_t iq2, int id) const
Implementation of (x,Q2) interpolation.
The general interface for interpolating between grid points.
Definition: Interpolator.h:21
void setType(std::string t)
Definition: Interpolator.h:63