Skip to main content

scatter

Function scatter 

Source
pub fn scatter(dst: &mut [f64], src: &[f64], indices: &[usize])
Expand description

Scatter: write src[i] to dst[indices[i\]].

Panics if any index is out of bounds.