10 #ifndef ROOT_Minuit2_FCNGradientBase 11 #define ROOT_Minuit2_FCNGradientBase 38 virtual std::vector<double>
Gradient(
const std::vector<double>&)
const = 0;
48 #endif // ROOT_Minuit2_FCNGradientBase This namespace contains pre-defined functions to be used in conjuction with TExecutor::Map and TExecu...
Extension of the FCNBase for providing the analytical Gradient of the function.
virtual ~FCNGradientBase()
Interface (abstract class) defining the function to be minimized, which has to be implemented by the ...
virtual std::vector< double > Gradient(const std::vector< double > &) const =0
virtual bool CheckGradient() const