p3_matrix::util

Function reverse_matrix_index_bits

Source
pub fn reverse_matrix_index_bits<'a, F, S>(mat: &mut DenseMatrix<F, S>)
where F: Clone + Send + Sync + 'a, S: DenseStorage<F> + BorrowMut<[F]>,