@stdlib/blas-ext-base-ssort2ins
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 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.
Calculate the sum of single-precision floating-point strided array elements.
Calculate the sum of single-precision floating-point strided array elements using an improved Kahan–Babuška algorithm.
Calculate the sum of single-precision floating-point strided array elements using a second-order iterative Kahan–Babuška algorithm.
Calculate the sum of single-precision floating-point strided array elements using ordinary recursive summation.
Calculate the sum of single-precision floating-point strided array elements using pairwise summation.
Calculate the sum of single-precision floating-point strided array elements, ignoring NaN values and using extended accumulation.
Reverse a double-precision floating-point strided array in-place.
Adds a constant to each single-precision floating-point strided array element and computes the sum using extended accumulation and returning an extended precision result.
Adds a constant to each single-precision floating-point strided array element and computes the sum using pairwise summation with extended accumulation and returning an extended precision result.
Calculate the sum of single-precision floating-point strided array elements, ignoring NaN values, using ordinary recursive summation with extended accumulation, and returning an extended precision result.
Calculate the sum of single-precision floating-point strided array elements, ignoring NaN values, using extended accumulation, and returning an extended precision result.
Calculate the sum of single-precision floating-point strided array elements, ignoring NaN values, using ordinary recursive summation with extended accumulation, and returning an extended precision result.
Calculate the sum of single-precision floating-point strided array elements, ignoring NaN values, using pairwise summation with extended accumulation, and returning an extended precision result.
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.