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