ROOT  6.06/08
Reference Guide
Public Member Functions | List of all members
ROOT::Math::GSLMCIntegrationWorkspace Class Referenceabstract

Definition at line 49 of file GSLMCIntegrationWorkspace.h.

Public Member Functions

 GSLMCIntegrationWorkspace ()
 
virtual ~GSLMCIntegrationWorkspace ()
 
virtual MCIntegration::Type Type () const =0
 
virtual size_t NDim () const
 
virtual bool Init (size_t dim)=0
 initialize the workspace creating the GSL pointer if it is not there More...
 
virtual bool ReInit ()=0
 re-initialize an existing the workspace More...
 
virtual void Clear ()
 free the workspace deleting the GSL pointer More...
 
virtual ROOT::Math::IOptionsOptions () const =0
 retrieve option pointer corresponding to parameters create a new object to be managed by the user More...
 

#include </builddir/build/BUILD/root-6.06.08/math/mathmore/src/GSLMCIntegrationWorkspace.h>

+ Inheritance diagram for ROOT::Math::GSLMCIntegrationWorkspace:

Constructor & Destructor Documentation

§ GSLMCIntegrationWorkspace()

ROOT::Math::GSLMCIntegrationWorkspace::GSLMCIntegrationWorkspace ( )
inline

Definition at line 53 of file GSLMCIntegrationWorkspace.h.

§ ~GSLMCIntegrationWorkspace()

virtual ROOT::Math::GSLMCIntegrationWorkspace::~GSLMCIntegrationWorkspace ( )
inlinevirtual

Definition at line 55 of file GSLMCIntegrationWorkspace.h.

Member Function Documentation

§ Clear()

virtual void ROOT::Math::GSLMCIntegrationWorkspace::Clear ( )
inlinevirtual

§ Init()

virtual bool ROOT::Math::GSLMCIntegrationWorkspace::Init ( size_t  dim)
pure virtual

§ NDim()

virtual size_t ROOT::Math::GSLMCIntegrationWorkspace::NDim ( ) const
inlinevirtual

§ Options()

virtual ROOT::Math::IOptions* ROOT::Math::GSLMCIntegrationWorkspace::Options ( ) const
pure virtual

retrieve option pointer corresponding to parameters create a new object to be managed by the user

Implemented in ROOT::Math::GSLPlainIntegrationWorkspace, ROOT::Math::GSLMiserIntegrationWorkspace, and ROOT::Math::GSLVegasIntegrationWorkspace.

Referenced by Clear(), and ROOT::Math::GSLMCIntegrator::ExtraOptions().

§ ReInit()

virtual bool ROOT::Math::GSLMCIntegrationWorkspace::ReInit ( )
pure virtual

§ Type()

virtual MCIntegration::Type ROOT::Math::GSLMCIntegrationWorkspace::Type ( ) const
pure virtual

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