#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 |
tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tbb::task_arena without forward declaring tbb::interface7 | |
namespace | ROOT::Math |