OpenMPCD
|
#include <OpenMPCD/CUDA/Macros.hpp>
#include <OpenMPCD/CUDA/Random/Distributions/Gamma_shape_ge_1.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>
Go to the source code of this file.
Classes | |
class | OpenMPCD::CUDA::Random::Distributions::Gamma< T > |
The gamma distribution. 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. | |
Defines the OpenMPCD::CUDA::Random::Distributions::Gamma
class.
Definition in file Gamma.hpp.