![]() |
ROOT
6.06/09
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>
Include dependency graph for Minimizer.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
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 | |
| Namespace for new ROOT classes and functions. | |
| ROOT::Fit | |
| Namespace for the fitting classes. | |
| ROOT::Math | |