Hans Dembinski
|
9783a329c4
|
BOOST_THROW_EXCEPTION
|
2019-01-11 00:06:26 +01:00 |
|
Hans Dembinski
|
5d98adcdef
|
fix
|
2019-01-11 00:06:26 +01:00 |
|
Hans Dembinski
|
e2987d528e
|
added nodiscard
|
2019-01-11 00:06:26 +01:00 |
|
Hans Dembinski
|
be16b0f39f
|
fix
|
2019-01-11 00:06:26 +01:00 |
|
Hans Dembinski
|
fbf9707874
|
fix
|
2019-01-11 00:06:26 +01:00 |
|
Hans Dembinski
|
dc1f4ad47c
|
fix
|
2019-01-11 00:06:26 +01:00 |
|
Hans Dembinski
|
a4fe842b4a
|
added density method to indexed proxy, hide details of axes_buffer
|
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
|
d512bf469f
|
simpler
|
2019-01-11 00:06:26 +01:00 |
|
Hans Dembinski
|
b7dd2865cc
|
use correct size for buffer if size is known at compile-time
|
2019-01-11 00:06:26 +01:00 |
|
Hans Dembinski
|
14649920b7
|
better placement
|
2019-01-11 00:06:26 +01:00 |
|
Hans Dembinski
|
e40757b9de
|
clean up
|
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
|
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 |
|
Hans Dembinski
|
09f58022c0
|
eliminate some warnings about conversions
|
2019-01-11 00:06:26 +01:00 |
|
Hans Dembinski
|
bac1490525
|
fix
|
2019-01-11 00:06:26 +01:00 |
|
Hans Dembinski
|
cfc037dc4e
|
remove obsolete array includes and enable deactivated serialization tests
|
2019-01-11 00:06:26 +01:00 |
|
Hans Dembinski
|
3076fc21b9
|
define maximum capacity for internal buffers
|
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
|
855653ed14
|
fix win
|
2019-01-11 00:06:26 +01:00 |
|
Hans Dembinski
|
692f8082c8
|
fix win
|
2019-01-11 00:06:26 +01:00 |
|
Hans Dembinski
|
8ec2daed87
|
rewrote accumulators to use more numerically stable algorithms, do not propagate weight_type down to the accumuator anymore, added neumaier summation, simplified interface of weight accumulator
|
2019-01-11 00:06:26 +01:00 |
|
Hans Dembinski
|
c0009761f9
|
fix ci
|
2019-01-11 00:06:26 +01:00 |
|
Hans Dembinski
|
4d3f9afb74
|
new example with histogram thats filled in parallel
|
2019-01-11 00:06:26 +01:00 |
|
Hans Dembinski
|
4bc30a74f0
|
added sum algorithm
|
2019-01-11 00:06:25 +01:00 |
|
Hans Dembinski
|
04acab427d
|
lifted condition that indices must be rising
|
2019-01-11 00:06:25 +01:00 |
|
Hans Dembinski
|
3020e72b53
|
moved reduce_to to project, closes issue 77
|
2019-01-11 00:06:25 +01:00 |
|
Hans Dembinski
|
0736a5e14a
|
added unsafe access
|
2019-01-11 00:06:25 +01:00 |
|
Hans Dembinski
|
521b43778a
|
refactoring of make_histogram factories
|
2019-01-11 00:06:25 +01:00 |
|
Hans Dembinski
|
46780f1a51
|
protect against programming error
|
2019-01-11 00:06:25 +01:00 |
|
Hans Dembinski
|
a6cb396704
|
more tests
|
2019-01-11 00:06:25 +01:00 |
|
Hans Dembinski
|
b82aa3b632
|
first working accumulator support
|
2019-01-11 00:06:25 +01:00 |
|
Hans Dembinski
|
773539f59b
|
generalization of has_method_value_with_..., removed obsolete classify_container
|
2019-01-11 00:06:25 +01:00 |
|
Hans Dembinski
|
ec3e8d68da
|
no need for a trait
|
2019-01-11 00:06:25 +01:00 |
|
Hans Dembinski
|
04ca7a3fee
|
wip for adding profile support
|
2019-01-11 00:06:25 +01:00 |
|
Hans Dembinski
|
7f5188a81d
|
fix
|
2019-01-11 00:06:25 +01:00 |
|
Hans Dembinski
|
3b17374ac7
|
simpler
|
2019-01-11 00:06:25 +01:00 |
|
Hans Dembinski
|
cf8c7a1168
|
avoid warnings on travis with gcc-5
|
2019-01-11 00:06:25 +01:00 |
|
Hans Dembinski
|
1041aefa7a
|
better warning handling
|
2019-01-11 00:06:25 +01:00 |
|
Hans Dembinski
|
b743458053
|
prefer struct over function
|
2019-01-11 00:06:25 +01:00 |
|
Hans Dembinski
|
0eb4262499
|
remove more warnings
|
2019-01-11 00:06:25 +01:00 |
|
Hans Dembinski
|
dce8d16f0d
|
fix windows
|
2019-01-11 00:06:25 +01:00 |
|
Hans Dembinski
|
faede986fd
|
fix
|
2019-01-11 00:06:25 +01:00 |
|
Hans Dembinski
|
9a082b26e2
|
attempt to fix
|
2019-01-11 00:06:25 +01:00 |
|
Hans Dembinski
|
d3d4f17ddb
|
silence some warnings
|
2019-01-11 00:06:25 +01:00 |
|
Hans Dembinski
|
b808de8154
|
support for axis types which accept multiple arguments
|
2019-01-11 00:06:25 +01:00 |
|
Hans Dembinski
|
8546683a4f
|
fix
|
2019-01-11 00:06:25 +01:00 |
|