34 std::vector<double> err(
x.size());
35 err.assign(
x.size(), 0.1);
42 assert(grad.
size() ==
x.size());
unsigned int size() const
Wrapper class to FCNBase interface used internally by Minuit.
API class for defining three levels of strategies: low (0), medium (1), high (>=2); acts on: Migrad (...
class which holds the external user and/or internal Minuit representation of the parameters and error...
const MnUserTransformation & Trafo() const
class performing the numerical gradient calculation
virtual std::vector< double > GetGradient(const std::vector< double > &x) const
Member function returning the Gradient of the function with respect to its variables (but without inc...
tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tb...