Structs§
Traits§
- BitReversable
Matrix - A matrix that is possibly bit-reversed, and can easily switch
between orderings. Pretty much just either
RowMajorMatrix
orBitReversedMatrixView<RowMajorMatrix>
.
RowMajorMatrix
or
BitReversedMatrixView<RowMajorMatrix>
.