32 std::vector<double>
err(
x.size());
33 err.assign(
x.size(), 0.1);
41 assert(grad.size() ==
x.size());
43 return {grad.Data(), grad.Data() + grad.size()};
Wrapper class to FCNBase interface used internally by Minuit.
API class for defining four levels of strategies: low (0), medium (1), high (2), very high (>=3); act...
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(std::vector< double > const &x) const
Member function returning the Gradient of the function with respect to its variables (but without inc...
LAVector MnAlgebraicVector