@stdlib/blas-ext-base-gsortsh
Sort a strided array using Shellsort.
Sort a strided array using Shellsort.
Sort a double-precision floating-point strided array using insertion sort.
Sort a double-precision floating-point strided array using heapsort.
Simultaneously sort two single-precision floating-point strided arrays based on the sort order of the first array using heapsort.
Simultaneously sort two single-precision floating-point strided arrays based on the sort order of the first array using insertion sort.
Simultaneously sort two single-precision floating-point strided arrays based on the sort order of the first array using Shellsort.
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.
Test if a value is an alphagram.
Test if a value is an alphagram.
Test if a value is between two values.
Test if a value is an array-like object where every element is between two values.
Adjust supplied p-values for multiple comparisons via a specified method.
Compute ranks for values of an array-like object.
Determine the order of a multidimensional array based on a provided stride array.
Return the layout order of a provided ndarray.
Return the layout order of a provided ndarray.
List of ndarray orders.
Exponential distribution median.