Logo ROOT   6.10/09
Reference Guide
Namespaces | Functions | Variables
RMinimizer.cxx File Reference
#include "TRInterface.h"
#include "Math/RMinimizer.h"
#include "Math/IFunction.h"
#include <TVectorD.h>
#include "Math/BasicMinimizer.h"
Include dependency graph for RMinimizer.cxx:

Namespaces

 ROOT
 Namespace for new ROOT classes and functions.
 
 ROOT::Math
 

Functions

double ROOT::Math::minfunction (const std::vector< double > &x)
 function to return the function values at point x More...
 
TVectorD ROOT::Math::mingradfunction (TVectorD y)
 function to return the gradient values at point y More...
 

Variables

const ROOT::Math::IMultiGenFunctionROOT::Math::gFunction
 function wrapper for the function to be minimized More...
 
const ROOT::Math::IMultiGradFunctionROOT::Math::gGradFunction
 function wrapper for the gradient of the function to be minimized More...
 
int ROOT::Math::gNCalls = 0
 integer for the number of function calls More...