10#ifndef ROOT_Minuit2_GenericFunction 
   11#define ROOT_Minuit2_GenericFunction 
   50   virtual double operator()(
const std::vector<double> &
x) 
const = 0;
 
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()
This file contains a specialised ROOT message handler to test for diagnostic in unit tests.