31 #ifndef ROOT_Math_GSLIntegrationWorkspace 32 #define ROOT_Math_GSLIntegrationWorkspace 38 #include "gsl/gsl_math.h" 41 #include "gsl/gsl_integration.h" 49 fWs = gsl_integration_workspace_alloc( n);
52 gsl_integration_workspace_free(
fWs);
55 gsl_integration_workspace *
GetWS() {
return fWs; }
58 gsl_integration_workspace *
fWs;
Namespace for new ROOT classes and functions.
GSLIntegrationWorkspace(size_t n)
~GSLIntegrationWorkspace()
Namespace for new Math classes and functions.
gsl_integration_workspace * fWs
gsl_integration_workspace * GetWS()