Logo ROOT   6.10/09
Reference Guide
List of all members | Public Member Functions | Private Attributes | List of all members
ROOT::Math::GSLIntegrationWorkspace Class Reference

Definition at line 44 of file GSLIntegrationWorkspace.h.

Public Member Functions

 GSLIntegrationWorkspace (size_t n)
 
 ~GSLIntegrationWorkspace ()
 
gsl_integration_workspace * GetWS ()
 

Private Attributes

gsl_integration_workspace * fWs
 

#include </mnt/build/workspace/root-makedoc-v610/rootspi/rdoc/src/v6-10-00-patches/math/mathmore/src/GSLIntegrationWorkspace.h>

Constructor & Destructor Documentation

◆ GSLIntegrationWorkspace()

ROOT::Math::GSLIntegrationWorkspace::GSLIntegrationWorkspace ( size_t  n)
inline

Definition at line 48 of file GSLIntegrationWorkspace.h.

◆ ~GSLIntegrationWorkspace()

ROOT::Math::GSLIntegrationWorkspace::~GSLIntegrationWorkspace ( )
inline

Definition at line 51 of file GSLIntegrationWorkspace.h.

Member Function Documentation

◆ GetWS()

gsl_integration_workspace* ROOT::Math::GSLIntegrationWorkspace::GetWS ( )
inline

Definition at line 55 of file GSLIntegrationWorkspace.h.

Member Data Documentation

◆ fWs

gsl_integration_workspace* ROOT::Math::GSLIntegrationWorkspace::fWs
private

Definition at line 58 of file GSLIntegrationWorkspace.h.


The documentation for this class was generated from the following file: