pub fn gather(src: &[f64], indices: &[usize]) -> Vec<f64>
Gather: collect src[indices[i\]] into a new vec.
src[indices[i\]]