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.
ParamFunction(unsigned int npar=0)
Construct a parameteric function with npar parameters.
const double * Parameters() const override
Access the parameter values.
unsigned int fNpar
Return true if the calculation of derivatives is implemented.
unsigned int NPar() const override
Return the number of parameters.
std::vector< double > fParams
IPFType::BaseFunc BaseFunc
void SetParameters(const double *p) override
Set the parameter values.
Namespace for new Math classes and functions.
Namespace for new ROOT classes and functions.