Skip to content

function histogram(E &&) reducing

template <size_t Bins, typename E, typename TCount = uint32_t>
KFR_FUNCTION histogram_data<Bins, TCount> histogram(E&& expr)

Returns histogram of the expression data. Number of bins defined at compile time

Defined at base/reduce.hpp:494