GSLQRngWrapper class to wrap gsl_qrng structure.
Definition at line 26 of file GSLQRngWrapper.h.
#include </mnt/build/workspace/root-makedoc-v610/rootspi/rdoc/src/v6-10-00-patches/math/mathmore/src/GSLQRngWrapper.h>
◆ GSLQRngWrapper() [1/4]
ROOT::Math::GSLQRngWrapper::GSLQRngWrapper |
( |
| ) |
|
|
inline |
◆ GSLQRngWrapper() [2/4]
ROOT::Math::GSLQRngWrapper::GSLQRngWrapper |
( |
const gsl_qrng_type * |
type | ) |
|
|
inline |
◆ GSLQRngWrapper() [3/4]
ROOT::Math::GSLQRngWrapper::GSLQRngWrapper |
( |
const gsl_qrng * |
r | ) |
|
|
inline |
construct from an existing gsl_qrng it is managed externally - so will not be deleted at the end
Definition at line 55 of file GSLQRngWrapper.h.
◆ GSLQRngWrapper() [4/4]
Copy constructor - clone the GSL object and manage it.
Definition at line 65 of file GSLQRngWrapper.h.
◆ ~GSLQRngWrapper()
ROOT::Math::GSLQRngWrapper::~GSLQRngWrapper |
( |
| ) |
|
|
inline |
Destructor (free the rng if not done before)
Definition at line 93 of file GSLQRngWrapper.h.
◆ Allocate()
void ROOT::Math::GSLQRngWrapper::Allocate |
( |
unsigned int |
dimension | ) |
|
|
inline |
◆ Dimension()
unsigned int ROOT::Math::GSLQRngWrapper::Dimension |
( |
| ) |
const |
|
inline |
◆ Free()
void ROOT::Math::GSLQRngWrapper::Free |
( |
| ) |
|
|
inline |
◆ operator=()
◆ Rng() [1/2]
gsl_qrng* ROOT::Math::GSLQRngWrapper::Rng |
( |
| ) |
|
|
inline |
◆ Rng() [2/2]
const gsl_qrng* ROOT::Math::GSLQRngWrapper::Rng |
( |
| ) |
const |
|
inline |
◆ SetDefaultType()
void ROOT::Math::GSLQRngWrapper::SetDefaultType |
( |
| ) |
|
|
inline |
◆ SetType()
void ROOT::Math::GSLQRngWrapper::SetType |
( |
const gsl_qrng_type * |
type | ) |
|
|
inline |
◆ fOwn
bool ROOT::Math::GSLQRngWrapper::fOwn |
|
private |
◆ fRng
gsl_qrng* ROOT::Math::GSLQRngWrapper::fRng |
|
private |
◆ fRngType
const gsl_qrng_type* ROOT::Math::GSLQRngWrapper::fRngType |
|
private |
The documentation for this class was generated from the following file: