Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
GSLMonteFunctionAdapter.h File Reference
This graph shows which files directly or indirectly include this file:

Classes

struct  ROOT::Math::GSLMonteFunctionAdapter< UserFunc >
 

Namespaces

namespace  ROOT
 tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tbb::task_arena without forward declaring tbb::interface7
 
namespace  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.