1 #ifndef GENESIS_UTILS_MATH_HISTOGRAM_OPERATORS_H_ 2 #define GENESIS_UTILS_MATH_HISTOGRAM_OPERATORS_H_ 44 class HistogramAccumulator;
50 std::ostream&
operator<< (std::ostream& os,
const Histogram& h);
56 std::ostream&
operator<< (std::ostream& os,
const HistogramAccumulator& h);
61 #endif // include guard Container namespace for all symbols of genesis in order to keep them separate when used as a library...
std::ostream & operator<<(std::ostream &os, const Matrix< signed char > &matrix)
Template specialization for signed char, in order to print nicely.