10 #ifndef ROOT_Minuit2_GenericFunction 11 #define ROOT_Minuit2_GenericFunction 53 virtual double operator()(
const std::vector<double>&
x)
const=0;
63 #endif // ROOT_Minuit2_GenericFunction Namespace for new ROOT classes and functions.
Class from which all the other classes, representing functions, inherit.
virtual double operator()(const std::vector< double > &x) const =0
Evaluates the function using the vector containing the input values.
virtual ~GenericFunction()