33 #ifndef ROOT_Math_ParamFunction
34 #define ROOT_Math_ParamFunction
66 template <
class IPFType>
80 fParams( std::vector<double>(npar) )
IPFType::BaseFunc BaseFunc
unsigned int fNpar
Return true if the calculation of derivatives is implemented.
virtual void SetParameters(const double *p)
Set the parameter values.
Base template class for all Parametric Functions.
std::vector< double > fParams
unsigned int NPar() const
Return the number of parameters.
virtual const double * Parameters() const
Access the parameter values.
ParamFunction(unsigned int npar=0)
Construct a parameteric function with npar parameters.