[][src]Module ndsparse::coo

COO (Coordinate) format for N-dimensions.

Structs

Coo

Base structure for all COO* variants.

Type Definitions

CooArray

COO backed by a static array.

CooArrayVec

COO backed by the ArrayVec dependency.

CooMut

Mutable COO reference.

CooRef

Immutable COO reference.

CooSmallVec

COO backed by the SmallVec dependency.

CooStaticVec

COO backed by the StaticVec dependency

CooVec

COO backed by a dynamic vector.