Logo ROOT   6.14/05
Reference Guide
List of all members | Static Public Member Functions | List of all members
ROOT::Math::ParamFunctorHandler< ParentFunctor, Func >::FuncEvaluator< F *const, T > Struct Template Reference

template<class ParentFunctor, class Func>
template<typename F, typename T>
struct ROOT::Math::ParamFunctorHandler< ParentFunctor, Func >::FuncEvaluator< F *const, T >

Definition at line 130 of file ParamFunctor.h.

Static Public Member Functions

static T Eval (const F *f, T *x, double *p)
 
static T EvalConst (const F *f, const T *x, const double *p)
 

Member Function Documentation

◆ Eval()

template<class ParentFunctor , class Func >
template<typename F , typename T >
static T ROOT::Math::ParamFunctorHandler< ParentFunctor, Func >::FuncEvaluator< F *const, T >::Eval ( const F f,
T *  x,
double *  p 
)
inlinestatic

Definition at line 131 of file ParamFunctor.h.

◆ EvalConst()

template<class ParentFunctor , class Func >
template<typename F , typename T >
static T ROOT::Math::ParamFunctorHandler< ParentFunctor, Func >::FuncEvaluator< F *const, T >::EvalConst ( const F f,
const T *  x,
const double *  p 
)
inlinestatic

Definition at line 135 of file ParamFunctor.h.


The documentation for this struct was generated from the following file: