10#ifndef ROOT_Minuit2_InitialGradientCalculator 
   11#define ROOT_Minuit2_InitialGradientCalculator 
   20class MnUserTransformation;
 
   21class MnMachinePrecision;
 
interface class for gradient calculators
 
Class to calculate an initial estimate of the gradient.
 
const MnFcn & Fcn() const
 
const MnUserTransformation & fTransformation
 
const MnMachinePrecision & Precision() const
 
const MnUserTransformation & Trafo() const
 
FunctionGradient operator()(const MinimumParameters &) const override
 
InitialGradientCalculator(const MnFcn &fcn, const MnUserTransformation &par)
 
Wrapper class to FCNBase interface used internally by Minuit.
 
Sets the relative floating point (double) arithmetic precision.
 
tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tb...