pub fn concat_array1_refs(parts: &[&Array1<f64>]) -> Array1<f64>
Concatenate referenced 1-D arrays into a single owned Array1<f64>.
Array1<f64>