Searched refs:weight_storage (Results 1 – 9 of 9) sorted by relevance
/third_party/boost/libs/histogram/test/ |
D | deduction_guides_test.cpp | 104 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()
|
D | detail_misc_test.cpp | 79 BOOST_TEST_TRAIT_SAME(dtl::common_storage<dense_storage<double>, weight_storage>, in main() 80 weight_storage); in main()
|
D | histogram_test.cpp | 238 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/ |
D | make_histogram.hpp | 61 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()
|
D | fwd.hpp | 137 using weight_storage = dense_storage<accumulators::weighted_sum<>>; typedef
|
/third_party/boost/libs/histogram/examples/ |
D | guide_histogram_operators.cpp | 44 auto h = make_histogram_with(weight_storage(), axis::regular<>(2, -1.0, 1.0)); in main()
|
/third_party/boost/libs/histogram/doc/concepts/ |
D | Storage.qbk | 166 * [classref boost::histogram::weight_storage]
|
/third_party/boost/libs/histogram/doc/ |
D | rationale.qbk | 115 When the [classref boost::histogram::weight_storage weight_storage] is used, histograms may be fill…
|
D | guide.qbk | 255 [note When the storage tracks weight variances, such as [classref boost::histogram::weight_storage]…
|