31#ifndef ROOT_Math_GSLIntegrationWorkspace 
   32#define ROOT_Math_GSLIntegrationWorkspace 
   38#include "gsl/gsl_math.h" 
   41#include "gsl/gsl_integration.h" 
gsl_integration_workspace * gsl_integration_workspace_alloc(const size_t n)
 
void gsl_integration_workspace_free(gsl_integration_workspace *w)
 
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
 
GSLIntegrationWorkspace(size_t n)
 
gsl_integration_workspace * fWs
 
~GSLIntegrationWorkspace()
 
gsl_integration_workspace * GetWS()
 
Namespace for new Math classes and functions.
 
tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tb...