Searched defs:density_impl (Results 1 – 1 of 1) sorted by relevance
63 struct density_impl struct66 typedef typename numeric::functional::fdiv<Sample, std::size_t>::result_type float_type;67 typedef std::vector<std::pair<float_type, float_type> > histogram_type;68 typedef std::vector<float_type> array_type;70 typedef iterator_range<typename histogram_type::iterator> result_type;73 density_impl(Args const &args) in density_impl() function91 void operator ()(Args const &args) in operator ()()170 result_type result(Args const &args) const in result()192 void serialize(Archive & ar, const unsigned int file_version) in serialize()204 std::size_t cache_size; // number of cached samples[all …]