#include "Math/IFunction.h"
#include "Math/MinimizerOptions.h"
#include "Math/Util.h"
#include "Math/Error.h"
#include <string>
#include <limits>
#include <cmath>
Classes | |
class | ROOT::Math::Minimizer |
Abstract Minimizer class, defining the interface for the various minimizer (like Minuit2, Minuit, GSL, etc..) Plug-in's exist in ROOT to be able to instantiate the derived classes like ROOT::Math::GSLMinimizer or ROOT::Math::Minuit2Minimizer via the plug-in manager. 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::Fit |
Namespace for the fitting classes. | |
namespace | ROOT::Math |