Logo ROOT  
Reference Guide
Loading...
Searching...
No Matches
ROOT::Math::ParamMemFunHandler< ParentFunctor, PointerToObj, PointerToMemFn >::MemFuncEvaluator< PObj, F, T > Struct Template Reference

template<class ParentFunctor, typename PointerToObj, typename PointerToMemFn>
template<typename PObj, typename F, typename T>
struct ROOT::Math::ParamMemFunHandler< ParentFunctor, PointerToObj, PointerToMemFn >::MemFuncEvaluator< PObj, F, T >

Definition at line 217 of file ParamFunctor.h.

Static Public Member Functions

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

Member Function Documentation

◆ Eval()

template<class ParentFunctor, typename PointerToObj, typename PointerToMemFn>
template<typename PObj, typename F, typename T>
T ROOT::Math::ParamMemFunHandler< ParentFunctor, PointerToObj, PointerToMemFn >::MemFuncEvaluator< PObj, F, T >::Eval ( PObj & pobj,
F & f,
T * x,
double * p )
inlinestatic

Definition at line 218 of file ParamFunctor.h.

◆ EvalConst()

template<class ParentFunctor, typename PointerToObj, typename PointerToMemFn>
template<typename PObj, typename F, typename T>
T ROOT::Math::ParamMemFunHandler< ParentFunctor, PointerToObj, PointerToMemFn >::MemFuncEvaluator< PObj, F, T >::EvalConst ( PObj & pobj,
F & f,
const T * x,
const double * p )
inlinestatic

Definition at line 222 of file ParamFunctor.h.


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