lhapdf
is hosted by
Hepforge
,
IPPP Durham
LHAPDF
6.5.4
Loading...
Searching...
No Matches
include
LHAPDF
BicubicInterpolator.h
1
// -*- C++ -*-
2
//
3
// This file is part of LHAPDF
4
// Copyright (C) 2012-2023 The LHAPDF collaboration (see AUTHORS for details)
5
//
6
#pragma once
7
#ifndef LHAPDF_BicubicInterpolator_H
8
#define LHAPDF_BicubicInterpolator_H
9
10
#include "LHAPDF/Interpolator.h"
11
12
namespace
LHAPDF
{
13
14
18
class
BicubicInterpolator
:
public
Interpolator
{
19
public
:
20
BicubicInterpolator
(){
setType
(
"cubic"
); }
21
double
_interpolateXQ2
(
const
KnotArray
& subgrid,
double
x,
size_t
ix,
double
q2,
size_t
iq2,
int
id
)
const
;
22
void
_interpolateXQ2
(
const
KnotArray
& subgrid,
double
x,
size_t
ix,
double
q2,
size_t
iq2, std::vector<double>& ret)
const
;
23
};
24
25
26
}
27
#endif
LHAPDF::BicubicInterpolator
Implementation of bicubic interpolation.
Definition
BicubicInterpolator.h:18
LHAPDF::BicubicInterpolator::_interpolateXQ2
double _interpolateXQ2(const KnotArray &subgrid, double x, size_t ix, double q2, size_t iq2, int id) 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::Interpolator::setType
void setType(std::string t)
Set the interpolation type.
Definition
Interpolator.h:71
LHAPDF::KnotArray
Internal storage class for PDF data point grids.
Definition
KnotArray.h:46
LHAPDF
Namespace for all LHAPDF functions and classes.
Definition
AlphaS.h:14
Generated on Thu Sep 26 2024 15:19:26 for LHAPDF by
1.12.0