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

type CooArray<DA, DTA> = Coo<DA, ArrayWrapper<DTA>>;

COO backed by a static array.