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

Classes

struct  ROOT::Math::GSLMonteFunctionAdapter< UserFunc >
 

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::GSLMonteFuncPointer) (double *, size_t, void *)
 Class for adapting any multi-dimension C++ functor class to C function pointers used by GSL MonteCarlo integration algorithms. More...