Skip to main content

apply_permutation

Function apply_permutation 

Source
pub fn apply_permutation<T: Copy>(data: &[T], perm: &[u32]) -> Vec<T>
Expand description

Apply permutation to data.