[][src]Type Definition ndhistogram::SparseHist3D

type SparseHist3D<X, Y, Z, V = f64> = HashHistogram<AxesTuple<(X, Y, Z)>, V>;

Type alias for 3D Histograms returned by sparsehistogram.