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 *, T > Struct Template Reference

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

Definition at line 119 of file ParamFunctor.h.

Static Public Member Functions

static T Eval (F *f, T *x, double *p)
 
static T EvalConst (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 *, T >::Eval ( F f,
T *  x,
double *  p 
)
inlinestatic

Definition at line 120 of file ParamFunctor.h.

◆ EvalConst()

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

Definition at line 124 of file ParamFunctor.h.


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