apply_matrix

Function apply_matrix 

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

Apply a matrix to some data