Module sparse::coo[][src]

Coordinate (COO) format sparse matrix.

Structs

CooMat

Coordinate (COO) format sparse matrix.

IntoIter

An iterator that moves out of a matrix.

Iter

Immutable coordinate sparse matrix iterator.

IterMut

Mutable coordinate sparse matrix iterator.