pub type SparseHist3D<X, Y, Z, V = f64> = HashHistogram<AxesTuple<(X, Y, Z)>, V>;Expand description
Type alias for 3D Histograms returned by sparsehistogram.
Aliased Typeยง
pub struct SparseHist3D<X, Y, Z, V = f64> { /* private fields */ }pub type SparseHist3D<X, Y, Z, V = f64> = HashHistogram<AxesTuple<(X, Y, Z)>, V>;Type alias for 3D Histograms returned by sparsehistogram.
pub struct SparseHist3D<X, Y, Z, V = f64> { /* private fields */ }