10 #ifndef ROOT_Minuit2_NegativeG2LineSearch 11 #define ROOT_Minuit2_NegativeG2LineSearch 20 class GradientCalculator;
21 class MnMachinePrecision;
22 class FunctionGradient;
50 #endif // ROOT_Minuit2_NegativeG2LineSearch Namespace for new ROOT classes and functions.
bool HasNegativeG2(const FunctionGradient &, const MnMachinePrecision &) const
determines the relative floating point arithmetic precision.
Wrapper class to FCNBase interface used internally by Minuit.
In case that one of the components of the second derivative g2 calculated by the numerical Gradient c...
MinimumState keeps the information (position, Gradient, 2nd deriv, etc) after one minimization step (...
MinimumState operator()(const MnFcn &, const MinimumState &, const GradientCalculator &, const MnMachinePrecision &) const
interface class for gradient calculators