pub fn scatter(dst: &mut [f64], src: &[f64], indices: &[usize])
Scatter: write src[i] to dst[indices[i\]].
src[i]
dst[indices[i\]]
Panics if any index is out of bounds.