Module bitrev

Source

Structs§

BitReversalPerm

Traits§

BitReversableMatrix
A matrix that is possibly bit-reversed, and can easily switch between orderings. Pretty much just either RowMajorMatrix or BitReversedMatrixView<RowMajorMatrix>.

Type Aliases§

BitReversedMatrixView