#include "Math/Minimizer.h"#include "Math/Factory.h"#include "Math/Functor.h"#include "TRandom2.h"#include "TError.h"#include <iostream>Go to the source code of this file.
Functions | |
| double | RosenBrock (const double *xx) |
| int | NumericalMinimization (const char *minName="Minuit2", const char *algoName="", int randomSeed=-1) |
| int NumericalMinimization | ( | const char * | minName = "Minuit2", |
|
| const char * | algoName = "", |
|||
| int | randomSeed = -1 | |||
| ) |
Definition at line 27 of file NumericalMinimization.C.
References ROOT::Math::Factory::CreateMinimizer(), Error, min, and RosenBrock().
1.5.1