Function invert_permutation

Source
pub fn invert_permutation(perm: &[usize], inv_perm: &mut [usize])
Expand description

Inverts a permutation.