33#ifndef ROOT_Math_ParamFunction 
   34#define ROOT_Math_ParamFunction 
   66template <
class IPFType>
 
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
 
winID h TVirtualViewer3D TVirtualGLPainter p
 
Base template class for all Parametric Functions.
 
unsigned int NPar() const
Return the number of parameters.
 
ParamFunction(unsigned int npar=0)
Construct a parameteric function with npar parameters.
 
virtual void SetParameters(const double *p)
Set the parameter values.
 
virtual const double * Parameters() const
Access the parameter values.
 
unsigned int fNpar
Return true if the calculation of derivatives is implemented.
 
std::vector< double > fParams
 
IPFType::BaseFunc BaseFunc
 
Namespace for new Math classes and functions.
 
tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tb...