ndhistogram

Type Alias SparseHistND

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