Sliding interval of values that provides functions to compute average, min and max values from the last window_size
values of interval.
Definition in file sliding_interval.hpp.
Go to the source code of this file.
Classes | |
class | utils::SlidingInterval< T > |
Sliding interval of values that provides functions to compute average, min and max values from the last window_size values of interval. More... | |
Namespaces | |
namespace | utils |
Utilities. | |