mirror of
https://github.com/boostorg/histogram.git
synced 2026-01-28 19:22:12 +00:00
refactoring completed, all tests pass
This commit is contained in:
@@ -137,11 +137,11 @@ int main() {
|
||||
compare_1d<static_histogram<mpl::vector<axis::regular<>>,
|
||||
adaptive_storage>>(nfill, itype));
|
||||
printf("hd_ss %.3f\n",
|
||||
compare_1d<dynamic_histogram<axis::builtins,
|
||||
compare_1d<dynamic_histogram<axis::types,
|
||||
array_storage<int>>>(
|
||||
nfill, itype));
|
||||
printf("hd_sd %.3f\n",
|
||||
compare_1d<dynamic_histogram<axis::builtins, adaptive_storage>>(
|
||||
compare_1d<dynamic_histogram<axis::types, adaptive_storage>>(
|
||||
nfill, itype));
|
||||
}
|
||||
|
||||
@@ -160,11 +160,11 @@ int main() {
|
||||
mpl::vector<axis::regular<>, axis::regular<>>,
|
||||
adaptive_storage>>(nfill, itype));
|
||||
printf("hd_ss %.3f\n",
|
||||
compare_2d<dynamic_histogram<axis::builtins,
|
||||
compare_2d<dynamic_histogram<axis::types,
|
||||
array_storage<int>>>(
|
||||
nfill, itype));
|
||||
printf("hd_sd %.3f\n",
|
||||
compare_2d<dynamic_histogram<axis::builtins, adaptive_storage>>(
|
||||
compare_2d<dynamic_histogram<axis::types, adaptive_storage>>(
|
||||
nfill, itype));
|
||||
}
|
||||
|
||||
@@ -183,11 +183,11 @@ int main() {
|
||||
mpl::vector<axis::regular<>, axis::regular<>, axis::regular<>>,
|
||||
adaptive_storage>>(nfill, itype));
|
||||
printf("hd_ss %.3f\n",
|
||||
compare_3d<dynamic_histogram<axis::builtins,
|
||||
compare_3d<dynamic_histogram<axis::types,
|
||||
array_storage<int>>>(
|
||||
nfill, itype));
|
||||
printf("hd_sd %.3f\n",
|
||||
compare_3d<dynamic_histogram<axis::builtins, adaptive_storage>>(
|
||||
compare_3d<dynamic_histogram<axis::types, adaptive_storage>>(
|
||||
nfill, itype));
|
||||
}
|
||||
|
||||
@@ -208,11 +208,11 @@ int main() {
|
||||
axis::regular<>, axis::regular<>, axis::regular<>>,
|
||||
adaptive_storage>>(nfill, itype));
|
||||
printf("hd_ss %.3f\n",
|
||||
compare_6d<dynamic_histogram<axis::builtins,
|
||||
compare_6d<dynamic_histogram<axis::types,
|
||||
array_storage<int>>>(
|
||||
nfill, itype));
|
||||
printf("hd_sd %.3f\n",
|
||||
compare_6d<dynamic_histogram<axis::builtins, adaptive_storage>>(
|
||||
compare_6d<dynamic_histogram<axis::types, adaptive_storage>>(
|
||||
nfill, itype));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user