Home
last modified time | relevance | path

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

/third_party/boost/boost/accumulators/statistics/
Drolling_window.hpp188 struct rolling_window struct
193 typedef accumulators::impl::rolling_window_impl< mpl::_1 > impl;
197 static boost::parameter::keyword<tag::rolling_window_size> const window_size;
210 extractor<tag::rolling_window> const rolling_window = {}; variable