Searched defs:weighted_mean_impl (Results 1 – 1 of 1) sorted by relevance
34 struct weighted_mean_impl struct37 … typedef typename numeric::functional::multiplies<Sample, Weight>::result_type weighted_sample;39 … typedef typename numeric::functional::fdiv<weighted_sample, Weight>::result_type result_type;41 weighted_mean_impl(dont_care) {} in weighted_mean_impl() function44 result_type result(Args const &args) const in result()