Crate bitslice

Source

Modules§

arithmetic

Structs§

B8
An array of bits
B16
An array of bits
B32
An array of bits
B64
An array of bits
B128
An array of bits
B256
An array of bits
B512
An array of bits
BitMatrix
A wrapper to force 64 byte alignment. This does mean that some small matrices will be suboptimally layed out when multiple if them are stored together.

Traits§

BitArray
Things we can do to an array of bits.
Transpose
Transpose the dimensions of a matrix. Input must be wrapped in a BitMatrix to ensure correct alignment.