10#ifndef ROOT_Minuit2_BFGSErrorUpdator 
   11#define ROOT_Minuit2_BFGSErrorUpdator 
Update of the covariance matrix for the Variable Metric minimizer (MIGRAD)
 
MinimumError Update(const MinimumState &, const MinimumParameters &, const FunctionGradient &) const override
 
MinimumError keeps the inv.
 
MinimumState keeps the information (position, Gradient, 2nd deriv, etc) after one minimization step (...
 
tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tb...