Home
last modified time | relevance | path

Searched refs:weighted_profile_storage (Results 1 – 6 of 6) sorted by relevance

/third_party/boost/boost/histogram/
Dmake_profile.hpp44 return make_histogram_with(weighted_profile_storage(), std::forward<Axis>(axis), in make_weighted_profile()
63 return make_histogram_with(weighted_profile_storage(), in make_weighted_profile()
84 return make_histogram_with(weighted_profile_storage(), begin, end); in make_weighted_profile()
Dfwd.hpp143 using weighted_profile_storage = dense_storage<accumulators::weighted_mean<>>; typedef
/third_party/boost/libs/histogram/test/
Dhistogram_custom_axis_test.cpp92 auto h3 = make_s(Tag(), weighted_profile_storage(), axis2d()); in run_tests()
Dhistogram_fill_test.cpp311 auto h = make_s(Tag(), weighted_profile_storage(), in(1, 3), in0(1, 3)); in run_tests()
Dhistogram_test.cpp279 auto h = make_s(Tag(), weighted_profile_storage(), axis::integer<>(0, 2)); in run_tests()
/third_party/boost/libs/histogram/doc/concepts/
DStorage.qbk168 * [classref boost::histogram::weighted_profile_storage]