pub fn permute_rows<T: Clone + Send + Sync>( dst: MatMut<'_, T>, src: MatRef<'_, T>, perm_indices: PermutationIndicesRef<'_>)