Home
last modified time | relevance | path

Searched defs:binomial_coefficients (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/random/
Dfaure.hpp106 struct binomial_coefficients struct
108 typedef RealType value_type;
109 typedef SeqSizeT size_type;
114 typedef typename PrimeTable::value_type packed_uint_t;
118 explicit binomial_coefficients(std::size_t dimension) in binomial_coefficients() function
123 void resize(std::size_t dimension) in resize()
133 void update(size_type seq, Iterator first, Iterator last) in update()
170 inline static size_type size_hint(size_type n) in size_hint()
175 packed_uint_t& upper_element(size_type i, size_type j, size_type dim) in upper_element()
184 RealType compute_recip(size_type seq, Iterator out) const in compute_recip()
[all …]