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