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 */ }
pub type HistND<A, V = f64> = VecHistogram<AxesTuple<A>, V>;
Type alias for ND Histograms returned by ndhistogram.
struct HistND<A, V = f64> { /* private fields */ }