Expand description
Implementations of binary (GF(2)) matrices.
This is a work in progress.
Structs§
- Binary
Matrix64 - A dense, binary matrix implementation by packing bits into u64 elements. Column-oriented.
Traits§
- Binary
Matrix - Trait for binary (GF(2)) matrices.