ROOT
6.07/01
Reference Guide
|
Go to the source code of this file.
Classes | |
class | ROOT::Math::GSLMultiMinFunctionWrapper |
wrapper to a multi-dim function withtout derivatives for multi-dimensional minimization algorithm More... | |
class | ROOT::Math::GSLMultiMinDerivFunctionWrapper |
Wrapper for a multi-dimensional function with derivatives used in GSL multidim minimization algorithm. More... | |
Namespaces | |
ROOT | |
Namespace for new ROOT classes and functions. | |
ROOT::Math | |
Typedefs | |
typedef double(* | ROOT::Math::GSLMultiMinFuncPointer )(const gsl_vector *, void *) |
typedef void(* | ROOT::Math::GSLMultiMinDfPointer )(const gsl_vector *, void *, gsl_vector *) |
typedef void(* | ROOT::Math::GSLMultiMinFdfPointer )(const gsl_vector *, void *, double *, gsl_vector *) |