Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
Aleph::HyperLogLog< T > Member List

This is the complete list of members for Aleph::HyperLogLog< T >, including all inherited members.

alpha_m_Aleph::HyperLogLog< T >private
b_Aleph::HyperLogLog< T >private
clear()Aleph::HyperLogLog< T >inline
compute_alpha(const size_t m) noexceptAleph::HyperLogLog< T >inlineprivatestatic
compute_m_or_throw(const uint8_t b)Aleph::HyperLogLog< T >inlineprivatestatic
estimate() const noexceptAleph::HyperLogLog< T >inline
hash64(const T &val) noexceptAleph::HyperLogLog< T >inlineprivatestatic
HyperLogLog(const uint8_t b=12)Aleph::HyperLogLog< T >inlineexplicit
m_Aleph::HyperLogLog< T >private
merge(const HyperLogLog &other)Aleph::HyperLogLog< T >inline
num_registers() const noexceptAleph::HyperLogLog< T >inline
registers_Aleph::HyperLogLog< T >private
update(const T &val)Aleph::HyperLogLog< T >inline