Logo ROOT   6.14/05
Reference Guide
List of all members | 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 void Clear ()
 free the workspace deleting the GSL pointer More...
 
virtual bool Init (size_t dim)=0
 initialize the workspace creating the GSL pointer if it is not there More...
 
virtual size_t NDim () const
 
virtual ROOT::Math::IOptionsOptions () const =0
 retrieve option pointer corresponding to parameters create a new object to be managed by the user More...
 
virtual bool ReInit ()=0
 re-initialize an existing the workspace More...
 
virtual MCIntegration::Type Type () const =0
 

#include </mnt/build/workspace/root-makedoc-v614/rootspi/rdoc/src/v6-14-00-patches/math/mathmore/src/GSLMCIntegrationWorkspace.h>

Inheritance diagram for ROOT::Math::GSLMCIntegrationWorkspace:
[legend]

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

free the workspace deleting the GSL pointer

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

Definition at line 68 of file GSLMCIntegrationWorkspace.h.

◆ Init()

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

initialize the workspace creating the GSL pointer if it is not there

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

◆ 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.

◆ 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: