pub fn stack_iter<T>(iter: impl IntoIterator<Item = Array1<T>>) -> Array2<T>where T: Clone + Num,
Creates a larger array from an iterator of smaller arrays.