p3_
matrix
0.1.0
Module bitrev
Module Items
Structs
Traits
Type Aliases
In crate p3_
matrix
p3_matrix
Module
bitrev
Copy item path
Source
Structs
§
BitReversal
Perm
Traits
§
BitReversable
Matrix
A matrix whose row indices are possibly bit-reversed, enabling easily switching between orderings. Pretty much just either
RowMajorMatrix
or
BitReversedMatrixView<RowMajorMatrix>
.
Type Aliases
§
BitReversed
Matrix
View