class Gambit::DarkBit::HESS_Interpolator
[No description available]
Public Functions
Name | |
---|---|
HESS_Interpolator(std::string file) | |
~HESS_Interpolator() | |
HESS_Interpolator(const HESS_Interpolator & ) =delete | |
HESS_Interpolator | operator=(const HESS_Interpolator & ) =delete |
double | lnL(double epsilon, double gamma) |
Public Attributes
Name | |
---|---|
ASCIItableReader | interp_lnL |
Public Functions Documentation
function HESS_Interpolator
HESS_Interpolator(
std::string file
)
function ~HESS_Interpolator
~HESS_Interpolator()
function HESS_Interpolator
HESS_Interpolator(
const HESS_Interpolator &
) =delete
function operator=
HESS_Interpolator operator=(
const HESS_Interpolator &
) =delete
function lnL
double lnL(
double epsilon,
double gamma
)
Public Attributes Documentation
variable interp_lnL
ASCIItableReader interp_lnL;
Updated on 2024-07-18 at 13:53:31 +0000