[][src]Module believer::decoders

Re-exports

pub use belief_propagation::BPDecoder;
pub use belief_propagation::BPResult;
pub use erasure::ErasureDecoder;
pub use erasure::ErasureResult;

Modules

belief_propagation

A sparse implementation of the belief propagation decoder for a binary channel.

erasure

A classical erasure decoder.

Traits

Decoder
DecodingResult