Module sparse

Source
Expand description

§Sparse binary matrix representation and functions

This module implements a representation for sparse binary matrices based on the alist format used to handle LDPC parity check matrices.

Structs§

BFSResults
Results for BFS algorithm
SparseMatrix
A sparse binary matrix

Enums§

Node
A node in the graph associated to a sparse matrix

Type Aliases§

Error
A String with an description of the error.
Result
A Result type containing an error String.