#include "Math/GSLNLSMinimizer.h"#include "Math/MinimTransformFunction.h"#include "Math/MultiNumGradFunction.h"#include "Math/Error.h"#include "GSLMultiFit.h"#include "gsl/gsl_errno.h"#include "Math/FitMethodFunction.h"#include <iostream>#include <iomanip>#include <cassert>Classes | |
| class | ROOT::Math::FitTransformFunction< FMFunc > |
| Internal class used by GSLNLSMinimizer to implement the transformation of the chi2 function used by GSL Non-linear Least-square fitting The class is template on the FitMethodFunction type to support both gradient and non gradient functions. More... | |
| class | ROOT::Math::LSResidualFunc< Func > |
| LSResidualFunc class description. More... | |
Namespaces | |
| namespace | ROOT |
| This file contains a specialised ROOT message handler to test for diagnostic in unit tests. | |
| namespace | ROOT::Math |