Dirichlet distribution.
More...
#include <shark/Rng/Dirichlet.h>
template<class RealType = double>
class shark::Dirichlet_distribution< RealType >
Dirichlet distribution.
Definition at line 53 of file Dirichlet.h.
template<class RealType = double>
template<class RealType = double>
template<class RealType = double>
template<class RealType = double>
template<class Engine >
template<class RealType = double>
template<class RealType = double>
template<class CharT , class Traits >
std::basic_ostream<CharT,Traits>& operator<< |
( |
std::basic_ostream< CharT, Traits > & |
os, |
|
|
const Dirichlet_distribution< RealType > & |
d |
|
) |
| |
|
friend |
template<class RealType = double>
template<class CharT , class Traits >
std::basic_istream<CharT,Traits>& operator>> |
( |
std::basic_istream< CharT, Traits > & |
is, |
|
|
Dirichlet_distribution< RealType > & |
d |
|
) |
| |
|
friend |
The documentation for this class was generated from the following file: