BSMPT 3.1.3
BSMPT - Beyond the Standard Model Phase Transitions : A C++ package for the computation of the EWPT in BSM models
|
#include <BSMPT/utility/spline/spline.h>
#include <cmath>
#include <vector>
Go to the source code of this file.
Variables | |
const int | C_NegLine |
C_NegLine Number of data points used for the interpolation of J_(m^2 <
0) | |
const double | NegLinearInt [3001][2] |
NegLinearInt 2D Array containing the pairs (m^2 , J_(m^2)) for m^2 < 0. | |
const std::vector< std::vector< double > > | NegLinearIntTransposed |
NegLinearInt Transpose of NegLinearInt. | |
const tk::spline | JbosonNegativeSpline |
Cubic spline with the \( J_b(\frac{m}{T}) \) for \( \frac{m}{T} < 0
\). | |