[][src]Type Definition ndsparse::coo::CooStaticVec

type CooStaticVec<DATA, const DIMS: usize, const NNZ: usize> = Coo<[usize; DIMS], StaticVec<(ArrayWrapper<[usize; DIMS]>, DATA), NNZ>>;

COO backed by the StaticVec dependency