@stdlib/blas-ext-base-dsumors
Calculate the sum of double-precision floating-point strided array elements using ordinary recursive summation.
Calculate the sum of double-precision floating-point strided array elements using ordinary recursive summation.
Calculate the sum of double-precision floating-point strided array elements using pairwise summation.
Add a constant to each element in a strided array.
Add a constant to each element in a single-precision floating-point strided array.
Adds a constant to each single-precision floating-point strided array element and computes the sum.
Adds a constant to each single-precision floating-point strided array element and computes the sum using an improved Kahan–Babuška algorithm.
Adds a constant to each single-precision floating-point strided array element and computes the sum using a second-order iterative Kahan–Babuška algorithm.
Adds a constant to each single-precision floating-point strided array element and computes the sum using ordinary recursive 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.
Apply a plane rotation.
Interchanges two complex single-precision floating-point vectors.
Compute the sum of absolute values (L1 norm).
Multiply a vector x by a constant and add the result to y.