|
| template<typename RealType , typename RNGType > |
| void | mckl::normal_mv_distribution (RNGType &rng, std::size_t n, RealType *r, std::size_t dim, RealType mean, RealType chol) |
| |
| template<typename RealType , typename RNGType > |
| void | mckl::normal_mv_distribution (RNGType &rng, std::size_t n, RealType *r, std::size_t dim, RealType mean, const RealType *chol) |
| |
| template<typename RealType , typename RNGType > |
| void | mckl::normal_mv_distribution (RNGType &rng, std::size_t n, RealType *r, std::size_t dim, const RealType *mean, RealType chol) |
| |
| template<typename RealType , typename RNGType > |
| void | mckl::normal_mv_distribution (RNGType &rng, std::size_t n, RealType *r, std::size_t dim, const RealType *mean, const RealType *chol) |
| |
| void | mckl::internal::normal_mv_distribution_mulchol (std::size_t n, float *r, std::size_t dim, const float *chol) |
| |
| void | mckl::internal::normal_mv_distribution_mulchol (std::size_t n, double *r, std::size_t dim, const double *chol) |
| |
| template<typename RealType , typename RNGType > |
| void | mckl::rand (RNGType &rng, NormalMVDistribution< RealType > &distribution, RealType *r) |
| |
| template<typename RealType , typename RNGType > |
| void | mckl::rand (RNGType &rng, NormalMVDistribution< RealType > &distribution, std::size_t n, RealType *r) |
| |