class Gambit::DarkBit::PPPC_interpolation

[No description available]

Public Functions

Name
PPPC_interpolation(const std::string & filename)
PPPC_interpolation() =delete
PPPC_interpolation(const PPPC_interpolation & ) =delete
PPPC_interpolationoperator=(const PPPC_interpolation & ) =delete
PPPC_interpolation &operator=(PPPC_interpolation && other)
doubleoperator()(const std::string & channel, double m, double x) const

Public Functions Documentation

function PPPC_interpolation

PPPC_interpolation(
    const std::string & filename
)

function PPPC_interpolation

PPPC_interpolation() =delete

function PPPC_interpolation

PPPC_interpolation(
    const PPPC_interpolation & 
) =delete

function operator=

PPPC_interpolation operator=(
    const PPPC_interpolation & 
) =delete

function operator=

PPPC_interpolation & operator=(
    PPPC_interpolation && other
)

function operator()

double operator()(
    const std::string & channel,
    double m,
    double x
) const

Updated on 2023-06-26 at 21:36:52 +0000