[][src]Module believer::parity_check_matrix

A sparse implementation of a parity check matrix.

Structs

Check

A wrapper over a check. It contains the positions of the bits in the check.

ChecksIter

Iterator over the checks of a parity check matrix.

ParityCheckMatrix

A sparse parity check matrix.

PositionsIter

An iterator over the position where a parity check matrix is 1. It is ordered by row and then by col.