pub fn make_contiguous<T: Clone>(array: &Array2<T>) -> Array2<T>
Make array contiguous by copying if necessary