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]>,