Logo ROOT  
Reference Guide
Loading...
Searching...
No Matches
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 111 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>
T ROOT::Math::ParamFunctorHandler< ParentFunctor, Func >::FuncEvaluator< F, T >::Eval ( F & f,
T * x,
double * p )
inlinestatic

Definition at line 112 of file ParamFunctor.h.

◆ EvalConst()

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

Definition at line 116 of file ParamFunctor.h.


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