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