ROOT 6.08/07 Reference Guide |
#include "Math/IFunction.h"
#include "Math/MinimizerOptions.h"
#include "Math/Util.h"
#include "Math/Error.h"
#include <vector>
#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 | |
ROOT | |
This namespace contains pre-defined functions to be used in conjuction with TExecutor::Map and TExecutor::MapReduce. | |
ROOT::Fit | |
Namespace for the fitting classes. | |
ROOT::Math | |