Documentation for the abstract class IBaseParam. It defines the interface for dealing with the function parameters This is used only for internal convinience, to avoid redefining the Parameter API for the one and the multi-dim functions. Concrete class should derive from ROOT::Math::IParamFunction and not from this class. @ingroup CppFunctions
virtual void | DoParameterGradient(double x, double* grad) const |
Evaluate the derivatives of the function with respect to the parameters at a point x. It is optional to be implemented by the derived classes
Evaluate the derivatives of the function with respect to the parameters at a point x. It is optional to be implemented by the derived classes