This is documentation for an old release of NumPy (version 1.3.). Read this page in the documentation of the latest stable release (version > 1.17).
Return an array laid out in Fortran-order in memory.
Parameters: | a : array_like
dtype : data-type, optional
|
---|---|
Returns: | out : ndarray
|
See also