[][src]Module believer::parity_check_matrix

A sparse implementation of a parity check matrix.

Re-exports

pub use check::Check;
pub use check::CheckSlice;
pub use check_view::CheckView;
pub use checks_iter::ChecksIter;
pub use edges_iter::EdgesIter;

Modules

check
check_view

A view over a check of a parity check matrix.

checks_iter

An iterator over the checks of a parity check matrix.

edges_iter

Structs

ParityCheckMatrix

A sparse implementation of a parity check matrix.