|
ROOT 6.08/07 Reference Guide |
Classes | |
| class | ROOT::Math::GSLMultiFitFunctionWrapper |
| wrapper to a multi-dim function withtout derivatives for multi-dimensional minimization algorithm More... | |
Namespaces | |
| ROOT | |
| This namespace contains pre-defined functions to be used in conjuction with TExecutor::Map and TExecutor::MapReduce. | |
| ROOT::Math | |
Typedefs | |
| typedef void(* | ROOT::Math::GSLMultiFitDfPointer) (const gsl_vector *, void *, gsl_matrix *) |
| typedef void(* | ROOT::Math::GSLMultiFitFdfPointer) (const gsl_vector *, void *, gsl_vector *, gsl_matrix *) |
| typedef double(* | ROOT::Math::GSLMultiFitFPointer) (const gsl_vector *, void *, gsl_vector *) |