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
|
08a09235a4
|
changed axis::option_type to compile-time option, replaced fancy histogram iterator with indexed range adaptor, cleanup of various headers
|
2018-11-25 22:35:26 +01:00 |
|
Hans Dembinski
|
4652b6f8a7
|
fix
|
2018-11-14 15:52:08 +01:00 |
|
Hans Dembinski
|
c3013260f1
|
added license
|
2018-11-13 15:12:41 +01:00 |
|
Hans Dembinski
|
e35d4f56b6
|
all tests without streamers passing, need to fix streamers
|
2018-10-23 01:35:50 +02:00 |
|
Hans Dembinski
|
109a7183ab
|
WIP: everything compiles but most of histogram class is broken
|
2018-08-06 00:31:45 +02:00 |
|
Hans Dembinski
|
d4dbae92f5
|
clang-format everything
|
2018-07-21 17:27:18 +02:00 |
|
Hans Dembinski
|
5fc67137e4
|
issue 45: use operator() to fill; issue 44: removed sum(), use std::for_each or std::accumulate instead; added support for stl containers as fill and index arguments
|
2018-07-01 21:41:09 +02:00 |
|