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 110 of file ParamFunctor.h.

Static Public Member Functions

staticEval (F &f, T *x, double *p)
 
staticEvalConst (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 111 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 115 of file ParamFunctor.h.


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