Skip to content

Function histogram

function histogram(E &&, size_t) base

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

Returns the histogram of the expression data.

The number of bins is defined at runtime.

Fully qualified name: kfr::histogram(E &&, size_t)

Declared at base/reduce.hpp:643

Function histogram

function histogram(E &&) base

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

Returns the histogram of the expression data.

The number of bins is defined at compile time.

Fully qualified name: kfr::histogram(E &&)

Declared at base/reduce.hpp:654

This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.