NpyArgHeapSort
Function Usage
Performs heapsort using NumPy.
Prototype
1 | void NpySort::NpyArgHeapSort(int tosort, int n); |
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
tosort |
Input |
Start index of the array to be sorted. |
n |
Input |
Number of elements to be sorted. |
Parent topic: NpySort