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