apply_perm_and_matrix

Function apply_perm_and_matrix 

Source
pub fn apply_perm_and_matrix<T: RlstScalar, Array2Impl: ValueArrayImpl<T, 2>>(
    mat: &Array<Array2Impl, 2>,
    perm: &[usize],
    data: &mut [T],
)
Expand description

Apply a permutation and a matrix to some data