10#ifndef ROOT_Minuit2_Numerical2PGradientCalculator
11#define ROOT_Minuit2_Numerical2PGradientCalculator
24class MnUserTransformation;
25class MnMachinePrecision;
53 unsigned int Ncycle()
const;
interface class for gradient calculators
Wrapper class to FCNBase interface used internally by Minuit.
Sets the relative floating point (double) arithmetic precision.
API class for defining three levels of strategies: low (0), medium (1), high (>=2); acts on: Migrad (...
class performing the numerical gradient calculation
const MnUserTransformation & Trafo() const
const MnStrategy & Strategy() const
virtual FunctionGradient operator()(const MinimumParameters &) const
const MnMachinePrecision & Precision() const
virtual ~Numerical2PGradientCalculator()
double GradTolerance() const
Numerical2PGradientCalculator(const MnFcn &fcn, const MnUserTransformation &par, const MnStrategy &stra)
const MnUserTransformation & fTransformation
unsigned int Ncycle() const
const MnFcn & Fcn() const
const MnStrategy & fStrategy
double StepTolerance() const
tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tb...