@stdlib/blas-ext-base-sapxsumpw
Adds a constant to each single-precision floating-point strided array element and computes the sum using pairwise summation.
Adds a constant to each single-precision floating-point strided array element and computes the sum using pairwise summation.
Simultaneously sort two strided arrays based on the sort order of the first array using Shellsort.
Sort a strided array using heapsort.
Sort a strided array using insertion sort.
Sort a strided array using Shellsort.
Calculate the sum of strided array elements.
Sort a double-precision floating-point strided array using insertion sort.
Sort a double-precision floating-point strided array using heapsort.
Calculate the dot product with extended accumulation and result of two single-precision floating-point vectors.
Calculate the sum of single-precision floating-point strided array elements, ignoring NaN values and using pairwise summation with extended accumulation.
Calculate the sum of single-precision floating-point strided array elements using extended accumulation.
Calculate the sum of single-precision floating-point strided array elements using pairwise summation with extended accumulation.
Fill a single-precision floating-point strided array with a specified scalar constant.
Calculate the sum of single-precision floating-point strided array elements, ignoring NaN values.
Calculate the sum of single-precision floating-point strided array elements, ignoring NaN values and using an improved Kahan–Babuška algorithm.
Calculate the sum of single-precision floating-point strided array elements, ignoring NaN values and using a second-order iterative Kahan–Babuška algorithm.
Calculate the sum of single-precision floating-point strided array elements, ignoring NaN values and using ordinary recursive summation.
Calculate the sum of single-precision floating-point strided array elements, ignoring NaN values and using pairwise summation.
Reverse a single-precision floating-point strided array in-place.
Simultaneously sort two single-precision floating-point strided arrays based on the sort order of the first array using heapsort.