numpy.msort(a) [source]
Return a copy of an array sorted along the first axis.
| Parameters: |
|
|---|---|
| Returns: |
|
See also
np.msort(a) is equivalent to np.sort(a, axis=0).
© 2005–2019 NumPy Developers
Licensed under the 3-clause BSD License.
https://docs.scipy.org/doc/numpy-1.17.0/reference/generated/numpy.msort.html