numpy.msort
numpy.msort(a) [source]
返回沿第一个轴排序的数组的副本。
参数 : | a :array_like 要排序的数组。 |
返回值 : | s或ted_array :ndarray 与类型和形状相同的数组。 |
Notes
np.msort(a)
等效于np.sort(a,axis = 0)
。
numpy.msort(a) [source]
返回沿第一个轴排序的数组的副本。
参数 : | a :array_like 要排序的数组。 |
返回值 : | s或ted_array :ndarray 与类型和形状相同的数组。 |
Notes
np.msort(a)
等效于np.sort(a,axis = 0)
。