Return an array laid out in Fortran-order in memory.
a : array_like
Input array.
dtype : data-type, optional
By default, the data-type is inferred from the input data.
out : ndarray
Array interpretation of a in Fortran (column-order).
See also
numpy.asfarray
numpy.asscalar