Logo ROOT   6.08/07
Reference Guide
Classes | Namespaces | Typedefs
GSLFunctionAdapter.h File Reference
This graph shows which files directly or indirectly include this file:

Classes

class  ROOT::Math::GSLFunctionAdapter< UserFunc >
 Class for adapting any C++ functor class to C function pointers used by GSL. More...
 

Namespaces

 ROOT
 This namespace contains pre-defined functions to be used in conjuction with TExecutor::Map and TExecutor::MapReduce.
 
 ROOT::Math
 

Typedefs

typedef double(* ROOT::Math::GSLFuncPointer) (double, void *)
 Function pointer corresponding to gsl_function signature. More...