boostorg / histogram

Fast multi-dimensional generalized histogram with convenient interface for C++14
Boost Software License 1.0
315 stars 73 forks source link

Make adding histograms more flexible #251

Closed HDembinski closed 4 years ago

HDembinski commented 4 years ago

So far, histograms are only addable if the axes layout matches exactly. At least for discrete axes, we could relax this.

HDembinski commented 4 years ago

implemented in develop