Mantid
Loading...
Searching...
No Matches
Framework
Kernel
src
Spline.cpp
Go to the documentation of this file.
1
// Mantid Repository : https://github.com/mantidproject/mantid
2
//
3
// Copyright © 2025 ISIS Rutherford Appleton Laboratory UKRI,
4
// NScD Oak Ridge National Laboratory, European Spallation Source,
5
// Institut Laue - Langevin & CSNS, Institute of High Energy Physics, CAS
6
// SPDX - License - Identifier: GPL - 3.0 +
7
#include "
MantidKernel/Spline.h
"
8
#include "MantidKernel/DllConfig.h"
9
10
namespace
Mantid::Kernel
{
11
12
EXTERN_MANTID_KERNEL
template
class
MANTID_KERNEL_DLL
CubicSpline<double, double>
;
13
EXTERN_MANTID_KERNEL
template
class
MANTID_KERNEL_DLL
LinearSpline<double, double>
;
14
15
}
// namespace Mantid::Kernel
Spline.h
Mantid::Kernel::CubicSpline
Cubic spline interpolation using GSL.
Definition
Spline.h:81
Mantid::Kernel::LinearSpline
Linear interpolation using GSL.
Definition
Spline.h:95
Mantid::Kernel
Definition
AnnularRingAbsorption.h:15
Generated by
1.9.8