Crate binary_matrix

Source
Expand description

Implementations of binary (GF(2)) matrices.

This is a work in progress.

Structs§

BinaryMatrix64
A dense, binary matrix implementation by packing bits into u64 elements. Column-oriented.

Traits§

BinaryMatrix
Trait for binary (GF(2)) matrices.