Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
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 131 of file ParamFunctor.h.

Static Public Member Functions

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


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