Hans Dembinski
|
2d5fb32b88
|
improved support and testing of axes over boost::units
|
2019-01-11 00:06:26 +01:00 |
|
Hans Dembinski
|
12a79e5197
|
regular axis with unit can now also use transforms
|
2019-01-11 00:06:26 +01:00 |
|
Hans Dembinski
|
cbdd77f629
|
getting rid of value_bin_view, since we dont need to use bins as indices anymore
|
2019-01-11 00:06:26 +01:00 |
|
Hans Dembinski
|
168e41dc83
|
change the iteration order from 0...N-1 overflow underflow to underflow 0 ... N -1 overflow, move axis allocators at the end of template argument
|
2019-01-11 00:06:26 +01:00 |
|
Hans Dembinski
|
fb7ca0a0ef
|
added deduction guides for axis types; removed circular axis implementation, implemented circular option for regular, integer, and variable axis; simplified transform spec; added axis::allocator alias
|
2019-01-11 00:06:26 +01:00 |
|
Hans Dembinski
|
ab8201eca1
|
fixes for complaints by cppcheck
|
2019-01-11 00:06:26 +01:00 |
|
Hans Dembinski
|
1e0dcc72fb
|
switch to int everywhere
|
2019-01-11 00:06:26 +01:00 |
|
Hans Dembinski
|
31c762b359
|
new interface for proxy returned by indexed, new test and fixes for boost.range support
|
2019-01-11 00:06:26 +01:00 |
|
Hans Dembinski
|
00cd2e866e
|
changed axis::option_type to compile-time option, replaced fancy histogram iterator with indexed range adaptor, cleanup of various headers
|
2019-01-11 00:06:26 +01:00 |
|
Hans Dembinski
|
4533bd9fd4
|
added reduce algorithm to shrink and rebin, fixed bug in polymorphic_bin in the process, to-do: add more axis support for shrink and rebin
|
2019-01-11 00:06:26 +01:00 |
|
Hans Dembinski
|
3b429d889c
|
fix
|
2019-01-11 00:06:26 +01:00 |
|
Hans Dembinski
|
3661b238b6
|
clean up of accumuators, use consistent naming, make sure that sum accumulator can be used as RealType in weighted_sum
|
2019-01-11 00:06:26 +01:00 |
|
Hans Dembinski
|
faede986fd
|
fix
|
2019-01-11 00:06:25 +01:00 |
|
Hans Dembinski
|
8546683a4f
|
fix
|
2019-01-11 00:06:25 +01:00 |
|
Hans Dembinski
|
3c25dbdecf
|
fix
|
2019-01-11 00:06:25 +01:00 |
|
Hans Dembinski
|
23790f4008
|
support for vector of non-variant axes
|
2019-01-11 00:06:25 +01:00 |
|
Hans Dembinski
|
2131875ea7
|
simpler
|
2019-01-11 00:06:25 +01:00 |
|
Hans Dembinski
|
d326514ac8
|
all tests pass for adapted vector and array, map still failing
|
2019-01-11 00:06:25 +01:00 |
|
Hans Dembinski
|
a17a6c677c
|
wip, histogram_test fails
|
2019-01-11 00:06:25 +01:00 |
|
Hans Dembinski
|
92d062ceb9
|
more testing
|
2019-01-11 00:06:25 +01:00 |
|
Hans Dembinski
|
450f80cb8a
|
generialization of axis::variant
|
2019-01-11 00:06:25 +01:00 |
|
Hans Dembinski
|
2164ea85b3
|
refactoring
|
2019-01-11 00:06:25 +01:00 |
|