|
MCKL
Monte Carlo Kernel Library
|
Go to the source code of this file.
Classes | |
| class | mckl::internal::StableDistributionConstant< RealType > |
| class | mckl::StableDistribution< RealType > |
| Stable distribution. More... | |
| class | mckl::StableDistribution< RealType >::param_type |
Namespaces | |
| mckl | |
| mckl::internal | |
Enumerations | |
| enum | mckl::internal::StableDistributionAlgorithm { mckl::internal::StableDistributionAlgorithm1, mckl::internal::StableDistributionAlgorithmA } |
Functions | |
| template<typename RealType , typename RNGType > | |
| void | mckl::rand (RNGType &rng, StableDistribution< RealType > &distribution, std::size_t N, RealType *r) |
| template<typename RealType , typename RNGType > | |
| void | mckl::stable_distribution (RNGType &rng, std::size_t N, RealType *r, const typename StableDistribution< RealType >::param_type ¶m) |
| template<typename RealType , typename RNGType > | |
| void | mckl::stable_distribution (RNGType &rng, std::size_t N, RealType *r, RealType alpha, RealType beta, RealType a, RealType b) |
| template<typename RealType > | |
| bool | mckl::internal::stable_distribution_check_param (RealType alpha, RealType beta, RealType, RealType b) |
| template<std::size_t K, typename RealType , typename RNGType > | |
| void | mckl::internal::stable_distribution_impl (RNGType &rng, std::size_t n, RealType *r, RealType alpha, RealType beta, RealType a, RealType b) |
| template<std::size_t K, typename RealType , typename RNGType > | |
| void | mckl::internal::stable_distribution_impl_1 (RNGType &rng, std::size_t n, RealType *r, RealType, RealType beta, RealType, RealType, const StableDistributionConstant< RealType > &constant) |
| template<std::size_t K, typename RealType , typename RNGType > | |
| void | mckl::internal::stable_distribution_impl_a (RNGType &rng, std::size_t n, RealType *r, RealType alpha, RealType, RealType, RealType, const StableDistributionConstant< RealType > &constant) |
1.8.13