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_Interpolatoroperator=(const HESS_Interpolator & ) =delete
doublelnL(double epsilon, double gamma)

Public Attributes

Name
ASCIItableReaderinterp_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 2023-06-26 at 21:36:52 +0000