Antkeeper
0.0.1
|
This is the complete list of members for math::moving_average< T >, including all inherited members.
average() const noexcept | math::moving_average< T > | inline |
capacity() const noexcept | math::moving_average< T > | inline |
data() const noexcept | math::moving_average< T > | inline |
empty() const noexcept | math::moving_average< T > | inline |
full() const noexcept | math::moving_average< T > | inline |
moving_average(std::size_t capacity) | math::moving_average< T > | inlineexplicit |
moving_average() noexcept=default | math::moving_average< T > | |
operator()(sample_type value) noexcept | math::moving_average< T > | inline |
reserve(std::size_t capacity) | math::moving_average< T > | inline |
reset() noexcept | math::moving_average< T > | inline |
resize(std::size_t size) | math::moving_average< T > | inline |
sample_type typedef | math::moving_average< T > | |
size() const noexcept | math::moving_average< T > | inline |
sum() const noexcept | math::moving_average< T > | inline |