class Gambit::NeutrinoBit::NeutrinoInterpolator

[No description available]

Public Functions

Name
NeutrinoInterpolator(std::string file)
NeutrinoInterpolator(const NeutrinoInterpolator & ) =delete
NeutrinoInterpolator &operator=(const NeutrinoInterpolator & ) =delete
~NeutrinoInterpolator()
doubleeval(double x)

Public Functions Documentation

function NeutrinoInterpolator

inline NeutrinoInterpolator(
    std::string file
)

function NeutrinoInterpolator

NeutrinoInterpolator(
    const NeutrinoInterpolator & 
) =delete

function operator=

NeutrinoInterpolator & operator=(
    const NeutrinoInterpolator & 
) =delete

function ~NeutrinoInterpolator

inline ~NeutrinoInterpolator()

function eval

inline double eval(
    double x
)

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