Module coo

Module coo 

Source
Expand description

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.