Home
last modified time | relevance | path

Searched refs:weight_storage (Results 1 – 9 of 9) sorted by relevance

/third_party/boost/libs/histogram/test/
Ddeduction_guides_test.cpp104 weight_storage()); in main()
108 weight_storage>); in main()
129 auto h = histogram(axes, weight_storage()); in main()
132 histogram<std::vector<axis::regular<double, tr::id, null_type>>, weight_storage>); in main()
Ddetail_misc_test.cpp79 BOOST_TEST_TRAIT_SAME(dtl::common_storage<dense_storage<double>, weight_storage>, in main()
80 weight_storage); in main()
Dhistogram_test.cpp238 auto h = make_s(Tag(), weight_storage(), axis::integer<>(0, 2)); in run_tests()
332 auto h = make_s(Tag(), weight_storage(), axis::integer<>(-1, 1), in run_tests()
377 auto h = make_s(Tag(), weight_storage(), axis::integer<>(0, 3), axis::integer<>(0, 4), in run_tests()
/third_party/boost/boost/histogram/
Dmake_histogram.hpp61 return make_histogram_with(weight_storage(), std::forward<Axis>(axis), in make_weighted_histogram()
98 return make_histogram_with(weight_storage(), std::forward<Iterable>(iterable)); in make_weighted_histogram()
132 return make_histogram_with(weight_storage(), begin, end); in make_weighted_histogram()
Dfwd.hpp137 using weight_storage = dense_storage<accumulators::weighted_sum<>>; typedef
/third_party/boost/libs/histogram/examples/
Dguide_histogram_operators.cpp44 auto h = make_histogram_with(weight_storage(), axis::regular<>(2, -1.0, 1.0)); in main()
/third_party/boost/libs/histogram/doc/concepts/
DStorage.qbk166 * [classref boost::histogram::weight_storage]
/third_party/boost/libs/histogram/doc/
Drationale.qbk115 When the [classref boost::histogram::weight_storage weight_storage] is used, histograms may be fill…
Dguide.qbk255 [note When the storage tracks weight variances, such as [classref boost::histogram::weight_storage]…