NumPy - Fundamentals
You have a large 2D numpy array
data that is a transpose of a contiguous array. You want to speed up computations that require contiguous memory. What is the best way to get a contiguous array without changing the data values?