Module bitrev

Source

Structs§

BitReversalPerm

Traits§

BitReversableMatrix
A matrix whose row indices are possibly bit-reversed, enabling easily switching between orderings. Pretty much just either RowMajorMatrix or BitReversedMatrixView<RowMajorMatrix>.

Type Aliases§

BitReversedMatrixView