|
ROOT 6.08/07 Reference Guide |
Classes | |
| class | ROOT::Math::GSLMultiRootDerivFunctionWrapper |
| wrapper to a multi-dim function with derivatives for multi roots algorithm More... | |
| class | ROOT::Math::GSLMultiRootFunctionWrapper |
| wrapper to a multi-dim function without derivatives for multi roots 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::GSLMultiRootDfPointer) (const gsl_vector *, void *, gsl_matrix *) |
| typedef void(* | ROOT::Math::GSLMultiRootFdfPointer) (const gsl_vector *, void *, gsl_vector *, gsl_matrix *) |
| typedef double(* | ROOT::Math::GSLMultiRootFPointer) (const gsl_vector *, void *, gsl_vector *) |