OpenMPCD
Classes | Namespaces
Gamma_shape_ge_1.hpp File Reference
#include <OpenMPCD/CUDA/Macros.hpp>
#include <OpenMPCD/CUDA/Random/Distributions/StandardNormal.hpp>
#include <OpenMPCD/CUDA/Random/Distributions/Uniform0e1e.hpp>
#include <OpenMPCD/Exceptions.hpp>
#include <OpenMPCD/OPENMPCD_DEBUG_ASSERT.hpp>
#include <boost/static_assert.hpp>
#include <boost/type_traits/is_floating_point.hpp>
Include dependency graph for Gamma_shape_ge_1.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  OpenMPCD::CUDA::Random::Distributions::Gamma_shape_ge_1< T >
 The gamma distribution, with shape parameter \( k \) assumed to satisfy \( k \ge 1 \). More...
 

Namespaces

 OpenMPCD::CUDA
 Namespace for simulations using CUDA.
 
 OpenMPCD::CUDA::Random
 Contains functionality related to random numbers.
 
 OpenMPCD::CUDA::Random::Distributions
 Distributions for the generation of random numbers.
 

Detailed Description

Defines the OpenMPCD::CUDA::Random::Distributions::Gamma_shape_ge_1 class.

Definition in file Gamma_shape_ge_1.hpp.