Searched defs:lazy_weighted_variance_impl (Results 1 – 1 of 1) sorted by relevance
39 struct lazy_weighted_variance_impl struct42 … typedef typename numeric::functional::multiplies<Sample, Weight>::result_type weighted_sample;44 … typedef typename numeric::functional::fdiv<weighted_sample, Weight>::result_type result_type;46 lazy_weighted_variance_impl(dont_care) {} in lazy_weighted_variance_impl() argument49 result_type result(Args const &args) const in result()