NpyArgHeapSort

函数功能

numpy堆排序。

函数原型

1
void NpySort::NpyArgHeapSort(int tosort, int n);

参数说明

参数名

输入/输出

说明

tosort

输入

待排序数组起始索引。

n

输入

待排序的元素个数。