ndhistogram

Type Alias HistND

Source
pub type HistND<A, V = f64> = VecHistogram<AxesTuple<A>, V>;
Expand description

Type alias for ND Histograms returned by ndhistogram.

Aliased Typeยง

struct HistND<A, V = f64> { /* private fields */ }