Hans Dembinski
|
72c7bb0d31
|
Introduce grid type and derive histogram from grid
|
2019-01-03 14:27:36 +01:00 |
|
Hans Dembinski
|
f0835b3dcf
|
regular axis with unit can now also use transforms
|
2018-12-19 00:46:07 +01:00 |
|
Hans Dembinski
|
e561f0228a
|
getting rid of value_bin_view, since we dont need to use bins as indices anymore
|
2018-12-18 12:37:57 +01:00 |
|
Hans Dembinski
|
f8b6b28975
|
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
|
2018-12-16 19:01:14 +01:00 |
|
Hans Dembinski
|
6d2dc4155b
|
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
|
2018-12-12 09:53:16 +01:00 |
|
Hans Dembinski
|
e9c75559c4
|
removed superfluous include
|
2018-11-18 17:09:27 +01:00 |
|
Hans Dembinski
|
71e6161ca4
|
added support for variable axis
|
2018-11-18 17:08:06 +01:00 |
|
Hans Dembinski
|
66e055f540
|
added support for circular axis
|
2018-11-18 16:03:00 +01:00 |
|
Hans Dembinski
|
f364ca66b0
|
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
|
2018-11-18 15:24:13 +01:00 |
|