11#define _USE_MATH_DEFINES
12#include <BSMPT/utility/spline/spline.h>
16#ifndef INCLUDE_BSMPT_THERMALFUNCTIONS_NEGATIVEBOSONSPLINE_H_
17#define INCLUDE_BSMPT_THERMALFUNCTIONS_NEGATIVEBOSONSPLINE_H_
const double NegLinearInt[3001][2]
NegLinearInt 2D Array containing the pairs (m^2 , J_(m^2)) for m^2 < 0.
Definition NegativeBosonSpline.cpp:16
const std::vector< std::vector< double > > NegLinearIntTransposed
NegLinearInt Transpose of NegLinearInt.
Definition NegativeBosonSpline.cpp:1019
const tk::spline JbosonNegativeSpline
Cubic spline with the for .
const int C_NegLine
C_NegLine Number of data points used for the interpolation of J_(m^2 < 0)
Definition NegativeBosonSpline.cpp:14