![]() |
ROOT
6.06/09
Reference Guide
|
#include "Math/IFunction.h"#include "Minuit2/Minuit2Minimizer.h"#include "Math/Functor.h"#include <string>#include <iostream>
Include dependency graph for demoMinimizer.cxx:Go to the source code of this file.
Functions | |
| double | Rosenbrock (const double *x) |
| test of a pure minimization passing a user function This is an example of running Minuit2 using the Minuit2Minimizer class (via the Minimizer interface) More... | |
| int | demoMinimizer (const char *algoName, int printlevel) |
| int | main (int argc, const char *argv[]) |
| int demoMinimizer | ( | const char * | algoName, |
| int | printlevel | ||
| ) |
Definition at line 22 of file demoMinimizer.cxx.
Referenced by main().
| int main | ( | int | argc, |
| const char * | argv[] | ||
| ) |
Definition at line 66 of file demoMinimizer.cxx.
test of a pure minimization passing a user function This is an example of running Minuit2 using the Minuit2Minimizer class (via the Minimizer interface)
Definition at line 15 of file demoMinimizer.cxx.
Referenced by demoMinimizer().