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_interpolation | operator=(const PPPC_interpolation & ) =delete |
PPPC_interpolation & | operator=(PPPC_interpolation && other) |
double | operator()(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 2024-07-18 at 13:53:31 +0000