pub type SparseHistND<A, V = f64> = HashHistogram<AxesTuple<A>, V>;Expand description
Type alias for ND Histograms returned by sparsehistogram.
Aliased Typeยง
pub struct SparseHistND<A, V = f64> { /* private fields */ }pub type SparseHistND<A, V = f64> = HashHistogram<AxesTuple<A>, V>;Type alias for ND Histograms returned by sparsehistogram.
pub struct SparseHistND<A, V = f64> { /* private fields */ }