Home
last modified time | relevance | path

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

/third_party/boost/boost/accumulators/statistics/
Dweighted_sum.hpp29 struct weighted_sum_impl struct
32 … typedef typename numeric::functional::multiplies<Sample, Weight>::result_type weighted_sample;
35 typedef weighted_sample result_type;
38 weighted_sum_impl(Args const &args) in weighted_sum_impl() argument
47 void operator ()(Args const &args) in operator ()()
53 result_type result(dont_care) const in result()
60 void serialize(Archive & ar, const unsigned int file_version) in serialize()
67 weighted_sample weighted_sum_;