ndhistogram

Type Alias SparseHist1D

Source
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 */ }