Module matrix

Source
Expand description

§Compressed Sparse Vector (CSV) Binary Matrix

CSVBinaryMatrix is a binary matrix represented by the Compressed Sparse Vector (CSV) format.

Modules§

cmp
Comparison module
create
Create CSV Binary Matrix
io
Input Output Operations
items
CSV Binary Matrix Items
iter
Iterate over CSV Binary Matrix items
ops
CSVBinaryMatrix operations
update
Update CSV Binary Matrix
views
CSV Binary Matrix views

Structs§

CSVBinaryMatrix
Binary matrix Compressed Sparse Vector.