10#ifndef ROOT_Minuit2_MnStrategy
11#define ROOT_Minuit2_MnStrategy
API class for defining four levels of strategies: low (0), medium (1), high (2), very high (>=3); act...
void SetVeryHighStrategy()
double HessianG2Tolerance() const
unsigned int Strategy() const
unsigned int fHessGradNCyc
unsigned int HessianGradientNCycles() const
unsigned int HessianCentralFDMixedDerivatives() const
double GradientStepTolerance() const
void SetStorageLevel(unsigned int level)
void SetHessianNCycles(unsigned int n)
unsigned int HessianForcePosDef() const
void SetHessianStepTolerance(double stp)
double GradientTolerance() const
void SetGradientTolerance(double toler)
double HessianStepTolerance() const
unsigned int HessianNCycles() const
unsigned int GradientNCycles() const
void SetHessianCentralFDMixedDerivatives(unsigned int flag)
void SetGradientNCycles(unsigned int n)
void SetHessianForcePosDef(unsigned int flag)
void SetGradientStepTolerance(double stp)
void SetHessianGradientNCycles(unsigned int n)
void SetHessianG2Tolerance(double toler)
tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tb...