Math Libraries

MathCore

TMath

TRandom1 and TRandom3

ROOT::Fit::Fitter and related classes

ROOT::Math::Minimizer

  • Add new methods Minimizer::GetHessianMatrix(double * mat) and Minimizer::GetCovMatrix(double * mat) to return the full matrices by filling the passed C arrays, which must have a dimension of at least n x n, where n is the total number of parameters. The elements for the fixed parameters will be filled with zeros. These methods are currently implemented by only Minuit and Minuit2.
  • Change default tolerance in ROOT::Math::MinimizerOptions to be 0.01 from 0.0001.
  • MathMore

    Minuit2

    Minuit