7 #ifndef LHAPDF_BilinearInterpolator_H 8 #define LHAPDF_BilinearInterpolator_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.
Namespace for all LHAPDF functions and classes.
Definition: AlphaS.h:14
The general interface for interpolating between grid points.
Definition: Interpolator.h:21
Implementation of bilinear interpolation.
Definition: BilinearInterpolator.h:16
Internal storage class for PDF data point grids.
Definition: KnotArray.h:20