Crate bit_matrix [−] [src]
Bit matrices and vectors.
Structs
| BitMatrix |
A matrix of bits. |
| BitSubMatrix |
Immutable access to a range of matrix's rows. |
| BitSubMatrixMut |
Mutable access to a range of matrix's rows. |
| BitVecSlice |
A slice of bit vector's blocks. |
| FixedBitMatrix |
A fixed-size matrix of bits. |
| FixedBitVec |
A simple fixed-size vector of bits. |
| Iter |
An iterator for |
Type Definitions
| Block |