Home
last modified time | relevance | path

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

/third_party/boost/boost/accumulators/statistics/
Drolling_moment.hpp32 struct rolling_moment_impl struct
37 …typedef typename numeric::functional::fdiv<Sample, std::size_t,void,void>::result_type result_type;
40 rolling_moment_impl(Args const &args) in rolling_moment_impl() function
46 void operator ()(Args const &args) in operator ()()
56 result_type result(Args const &args) const in result()
63 void serialize(Archive & ar, const unsigned int file_version) in serialize()
69 result_type sum_;