Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func QPartitionFloat32 ¶
Partition an array of float32 with the middle pivot element, and return the pivot index.
Values less than the pivot are moved left of the pivot, those greater are moved right.
func QSelectFirstQuartileFloat32 ¶
Selects the first quartile of an array of float32 and partially reorders the array.
func QSelectFloat32 ¶
Select kth lowest element from an array of float32. Partially reorders the array.
func QSelectMedianFloat32 ¶
Selects the median of an array of float32 and partially reorders the array.
func QSortFloat32 ¶
func QSortFloat32(a []float32)
Quick sort an array of float32 in ascending order.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.