Implementation of Histogram class.
Definition in file histogram.cpp.
#include "genesis/utils/math/histogram.hpp"#include <algorithm>#include <cassert>#include <cmath>#include <iterator>#include <numeric>#include <stdexcept>Go to the source code of this file.
Namespaces | |
| genesis | |
| Container namespace for all symbols of genesis in order to keep them separate when used as a library. | |
| genesis::utils | |
Functions | |
| bool | equal_ranges (Histogram const &lhs, Histogram const &rhs) |
| void | swap (Histogram &lhs, Histogram &rhs) |