BSMPT 3.0.7
BSMPT - Beyond the Standard Model Phase Transitions : A C++ package for the computation of the EWPT in BSM models
|
The ThermalCoefficientCalculator class is a thread-safe wrapper around the calculation of the coefficients for the thermal expansions used in ThermalFunctions. More...
#include <BSMPT/ThermalFunctions/thermalcoefficientcalculator.h>
Public Member Functions | |
ThermalCoefficientCalculator (std::function< double(int)> func, int maxOrderToPrecalc) | |
ThermalCoefficientCalculator. | |
double | GetCoefficentAtOrder (int n) const |
GetCoefficentAtOrder. | |
The ThermalCoefficientCalculator class is a thread-safe wrapper around the calculation of the coefficients for the thermal expansions used in ThermalFunctions.
BSMPT::ThermalFunctions::ThermalCoefficientCalculator::ThermalCoefficientCalculator | ( | std::function< double(int)> | func, |
int | maxOrderToPrecalc | ||
) |
func | Describes the function to calculate the coefficents |
maxOrderToPrecalc | defines until which order the coefficents are precalculated |
double BSMPT::ThermalFunctions::ThermalCoefficientCalculator::GetCoefficentAtOrder | ( | int | n | ) | const |
GetCoefficentAtOrder.
n | describes the order at which the coefficient should be calculated |