numpy堆排序。
1
void NpySort::NpyArgHeapSort(int tosort, int n);
参数名
输入/输出
说明
tosort
输入
待排序数组起始索引。
n
待排序的元素个数。