Home
last modified time | relevance | path

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

/third_party/boost/boost/accumulators/statistics/
Dmoment.hpp53 struct moment_impl struct
58 typedef typename numeric::functional::fdiv<Sample, std::size_t>::result_type result_type;
61 moment_impl(Args const &args) in moment_impl() argument
67 void operator ()(Args const &args) in operator ()()
73 result_type result(Args const &args) const in result()
80 void serialize(Archive & ar, const unsigned int file_version) in serialize()
86 Sample sum;