![]() |
ROOT
6.06/09
Reference Guide
|
Include dependency graph for GSLMultiFitFunctionWrapper.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | ROOT::Math::GSLMultiFitFunctionWrapper |
| wrapper to a multi-dim function withtout derivatives for multi-dimensional minimization algorithm More... | |
Namespaces | |
| ROOT | |
| Namespace for new ROOT classes and functions. | |
| ROOT::Math | |
Typedefs | |
| typedef double(* | ROOT::Math::GSLMultiFitFPointer) (const gsl_vector *, void *, gsl_vector *) |
| typedef void(* | ROOT::Math::GSLMultiFitDfPointer) (const gsl_vector *, void *, gsl_matrix *) |
| typedef void(* | ROOT::Math::GSLMultiFitFdfPointer) (const gsl_vector *, void *, gsl_vector *, gsl_matrix *) |