10#ifndef ROOT_Minuit2_MnStrategy
11#define ROOT_Minuit2_MnStrategy
API class for defining three levels of strategies: low (0), medium (1), high (>=2); acts on: Migrad (...
double HessianG2Tolerance() const
unsigned int Strategy() const
unsigned int fHessGradNCyc
unsigned int HessianGradientNCycles() const
double GradientStepTolerance() const
void SetStorageLevel(unsigned int level)
void SetHessianNCycles(unsigned int n)
void SetHessianStepTolerance(double stp)
double GradientTolerance() const
void SetGradientTolerance(double toler)
double HessianStepTolerance() const
unsigned int HessianNCycles() const
unsigned int GradientNCycles() const
void SetGradientNCycles(unsigned int n)
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...