@stdlib/blas-ext-base-ssorthp
Sort a single-precision floating-point strided array using heapsort.
Sort a single-precision floating-point strided array using heapsort.
Sort a single-precision floating-point strided array using insertion sort.
Sort a single-precision floating-point strided array using Shellsort.
Simultaneously sort two double-precision floating-point strided arrays based on the sort order of the first array using heapsort.
Simultaneously sort two double-precision floating-point strided arrays based on the sort order of the first array using insertion sort.
Simultaneously sort two double-precision floating-point strided arrays based on the sort order of the first array using Shellsort.