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