Hans Dembinski
|
72d9ce635f
|
axis:replaced operator() with index and operator[] with bin
|
2019-01-27 20:56:15 +01:00 |
|
Hans Dembinski
|
f8ebf85a05
|
accessor [] to index and indices
|
2019-01-17 21:56:02 +01:00 |
|
Hans Dembinski
|
bc6ee8f89e
|
switch second indexed argument to enum class and use use_default everywhere
|
2019-01-16 22:00:59 +01:00 |
|
Hans Dembinski
|
0479c512e3
|
rename option_type to option, new growth option, new utiltity functions test and join
|
2019-01-13 14:25:34 +01:00 |
|
Hans Dembinski
|
e80ae946e6
|
full iterator support
|
2019-01-11 00:06:26 +01:00 |
|
Hans Dembinski
|
188bf8ecbe
|
Introduce grid type and derive histogram from grid
|
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
|
7ad5ea180d
|
removed superfluous include
|
2019-01-11 00:06:26 +01:00 |
|
Hans Dembinski
|
db8fe44e9e
|
added support for variable axis
|
2019-01-11 00:06:26 +01:00 |
|
Hans Dembinski
|
82186969f3
|
added support for circular axis
|
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 |
|