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