7 #ifndef LHAPDF_LogBicubicInterpolator_H 8 #define LHAPDF_LogBicubicInterpolator_H 10 #include "LHAPDF/Interpolator.h" double _interpolateXQ2(const KnotArray1F &subgrid, double x, size_t ix, double q2, size_t iq2) const
Interpolate a single-point in (x,Q2), given x/Q2 values and subgrid indices.
Implementation of bicubic interpolation.
Definition: LogBicubicInterpolator.h:18
Namespace for all LHAPDF functions and classes.
Definition: AlphaS.h:14
The general interface for interpolating between grid points.
Definition: Interpolator.h:21
Internal storage class for PDF data point grids.
Definition: KnotArray.h:19