Skip to content

class expression_histogram<Bins, E, TCount> reducing

template <size_t Bins, typename E, typename TCount = uint32_t>
struct expression_histogram : public expression_with_traits<E> { … }

variable data

mutable histogram_data<Bins, TCount> data{}

Defined at base/reduce.hpp:227

typedef expression_with_traits<type-parameter-0-1>

Defined at base/reduce.hpp:229

constructor expression_histogram<Bins, E, TCount>(E &&, size_t)

Defined at base/reduce.hpp:231

typedef value_type

using value_type = typename expression_with_traits<E>::value_type

Defined at base/reduce.hpp:236

function get_elements(const expression_histogram<Bins, E, TCount> &, const shape<expression_with_traits<E>::dims> &, const axis_params<Axis, N> &)

template <index_t Axis, size_t N>
friend KFR_INTRINSIC vec<value_type, N> get_elements(const expression_histogram& self,
                                                     const shape<expression_with_traits<E>::dims>& index,
                                                     const axis_params<Axis, N>& sh)

Defined at base/reduce.hpp:239

Defined at base/reduce.hpp:225