Structs§
Traits§
- BitReversable
Matrix - A matrix whose row indices are possibly bit-reversed, enabling easily switching
between orderings. Pretty much just either
RowMajorMatrix
orBitReversedMatrixView<RowMajorMatrix>
.
RowMajorMatrix
or
BitReversedMatrixView<RowMajorMatrix>
.