LHAPDF
6.2.1
include
LHAPDF
LogBicubicInterpolator.h
1
// -*- C++ -*-
2
//
3
// This file is part of LHAPDF
4
// Copyright (C) 2012-2016 The LHAPDF collaboration (see AUTHORS for details)
5
//
6
#pragma once
7
#ifndef LHAPDF_LogBicubicInterpolator_H
8
#define LHAPDF_LogBicubicInterpolator_H
9
10
#include "LHAPDF/Interpolator.h"
11
12
namespace
LHAPDF
{
13
14
18
class
LogBicubicInterpolator
:
public
Interpolator
{
19
public
:
20
double
_interpolateXQ2
(
const
KnotArray1F
& subgrid,
double
x,
size_t
ix,
double
q2,
size_t
iq2)
const
;
21
};
22
23
24
}
25
#endif
LHAPDF::LogBicubicInterpolator
Implementation of bicubic interpolation.
Definition:
LogBicubicInterpolator.h:18
LHAPDF::KnotArray1F
Internal storage class for PDF data point grids.
Definition:
KnotArray.h:19
LHAPDF::LogBicubicInterpolator::_interpolateXQ2
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.
LHAPDF::Interpolator
The general interface for interpolating between grid points.
Definition:
Interpolator.h:21
LHAPDF
Namespace for all LHAPDF functions and classes.
Definition:
AlphaS.h:14
Generated on Tue Jul 28 2020 00:00:00 for LHAPDF by
1.8.18