Return a contiguous array in memory (C order).
a : array_like
Input array.
dtype : string
Type code of returned array.
out : ndarray
Contiguous array of same shape and content as a with type dtype.
numpy.asanyarray
numpy.asmatrix