#include "TRInterface.h"#include "Math/RMinimizer.h"#include "Math/IFunction.h"#include <TVectorD.h>#include "Math/BasicMinimizer.h"| 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::Math | 
| Functions | |
| double | ROOT::Math::minfunction (const std::vector< double > &x) | 
| function to return the function values at point x | |
| TVectorD | ROOT::Math::mingradfunction (TVectorD y) | 
| function to return the gradient values at point y | |
| Variables | |
| const ROOT::Math::IMultiGenFunction * | ROOT::Math::gFunction | 
| function wrapper for the function to be minimized | |
| const ROOT::Math::IMultiGradFunction * | ROOT::Math::gGradFunction | 
| function wrapper for the gradient of the function to be minimized | |
| int | ROOT::Math::gNCalls = 0 | 
| integer for the number of function calls | |