10#ifndef ROOT_Minuit2_FCNGradientBase
11#define ROOT_Minuit2_FCNGradientBase
38 virtual std::vector<double>
Gradient(
const std::vector<double>&)
const = 0;
Interface (abstract class) defining the function to be minimized, which has to be implemented by the ...
Extension of the FCNBase for providing the analytical Gradient of the function.
virtual std::vector< double > Gradient(const std::vector< double > &) const =0
virtual ~FCNGradientBase()
virtual bool CheckGradient() const