Lines Matching defs:binomial_coefficients
106 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() argument
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()
203 void compute_coefficients(const size_type n) in compute_coefficients()
229 packed_uint_t qs_base;
234 std::vector<packed_uint_t> coeff; // packed upper (!) triangular matrix
235 std::vector<RealType> ytemp;
236 size_type qs_pow;