25   for (std::size_t ix = 0; ix < par.
Vec().
size(); ++ix) {
 
   33   for (
unsigned int i = 0; i < par.
Vec().
size(); i++) {
 
   38   MnPrint print(
"ExternalInternalGradientCalculator");
 
   39   print.
Debug(
"User given gradient in Minuit2", 
v);
 
 
   49   for (std::size_t ix = 0; ix < par.
Vec().
size(); ++ix) {
 
   63   for (
unsigned int i = 0; i < par.
Vec().
size(); i++) {
 
   70   MnPrint print(
"ExternalInternalGradientCalculator");
 
   71   print.
Debug(
"User given gradient in Minuit2", 
v, 
"g2", 
v_g2, 
"step size", 
v_gstep);
 
 
size_t size(const MatrixT &matrix)
retrieve the size of a square matrix
 
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
 
const MnUserTransformation & fTransformation
 
const FCNBase & fGradFunc
 
FunctionGradient operator()(const MinimumParameters &) const override
 
const MnAlgebraicVector & Vec() const
 
void Debug(const Ts &... args)
 
tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tb...