Implementation of Histogram operator functions.
Definition in file utils/math/histogram/operators.cpp.
#include "genesis/utils/math/histogram/operators.hpp"
#include <ostream>
#include "genesis/utils/math/histogram.hpp"
#include "genesis/utils/math/histogram/accumulator.hpp"
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 | |
std::ostream & | operator<< (std::ostream &os, const Histogram &h) |
std::ostream & | operator<< (std::ostream &os, const HistogramAccumulator &h) |