...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
boost::histogram::algorithm::shrink_and_rebin — Shrink and rebin option to be used in reduce().
// In header: <boost/histogram/algorithm/reduce.hpp> reduce_option shrink_and_rebin(unsigned iaxis, double lower, double upper, unsigned merge);
To shrink and rebin in one command. Equivalent to passing both the shrink() and the rebin() option for the same axis to reduce.
Parameters: |
|