NpyArgHeapSort 函数功能numpy堆排序。 函数原型void NpyArgHeapSort(int tosort, int n); 参数说明 参数名 输入/输出 说明 tosort 输入 待排序数组起始索引。 n 输入 待排序的元素个数。 父主题: NpySort