Searched refs:weighted_profile_storage (Results 1 – 6 of 6) sorted by relevance
/third_party/boost/boost/histogram/ |
D | make_profile.hpp | 44 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()
|
D | fwd.hpp | 143 using weighted_profile_storage = dense_storage<accumulators::weighted_mean<>>; typedef
|
/third_party/boost/libs/histogram/test/ |
D | histogram_custom_axis_test.cpp | 92 auto h3 = make_s(Tag(), weighted_profile_storage(), axis2d()); in run_tests()
|
D | histogram_fill_test.cpp | 311 auto h = make_s(Tag(), weighted_profile_storage(), in(1, 3), in0(1, 3)); in run_tests()
|
D | histogram_test.cpp | 279 auto h = make_s(Tag(), weighted_profile_storage(), axis::integer<>(0, 2)); in run_tests()
|
/third_party/boost/libs/histogram/doc/concepts/ |
D | Storage.qbk | 168 * [classref boost::histogram::weighted_profile_storage]
|