Home
last modified time | relevance | path

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

/third_party/boost/boost/accumulators/statistics/
Dmean.hpp30 struct mean_impl struct
34 typedef typename numeric::functional::fdiv<Sample, std::size_t>::result_type result_type;
36 mean_impl(dont_care) {} in mean_impl() function
39 result_type result(Args const &args) const in result()
47 void serialize(Archive & ar, const unsigned int file_version) {} in serialize()