@stdlib/blas-ext-base-gasumpw
Calculate the sum of absolute values (L1 norm) of strided array elements using pairwise summation.
Calculate the sum of absolute values (L1 norm) of strided array elements using pairwise summation.
Calculate the cumulative sum of strided array elements.
Calculate the cumulative sum of strided array elements using an improved Kahan–Babuška algorithm.
Calculate the cumulative sum of strided array elements using a second-order iterative Kahan–Babuška algorithm.
Calculate the cumulative sum of strided array elements using ordinary recursive summation.
Calculate the cumulative sum of strided array elements using pairwise summation.
Fill a strided array with a specified scalar constant.
Fill a strided array according to a provided callback function.
Calculate the sum of strided array elements, ignoring NaN values and using an improved Kahan–Babuška algorithm.
Calculate the sum of strided array elements, ignoring NaN values.
Calculate the sum of strided array elements, ignoring NaN values and using an improved Kahan–Babuška algorithm.
Calculate the sum of strided array elements, ignoring NaN values and using a second-order iterative Kahan–Babuška algorithm.
Calculate the sum of strided array elements, ignoring NaN values and using ordinary recursive summation.
Calculate the sum of strided array elements, ignoring NaN values and using pairwise summation.
Reverse a strided array in-place.
Simultaneously sort two strided arrays based on the sort order of the first array using heapsort.
Simultaneously sort two strided arrays based on the sort order of the first array using insertion sort.
Calculate the sum of strided array elements using an improved Kahan–Babuška algorithm.
Calculate the sum of strided array elements using a second-order iterative Kahan–Babuška algorithm.
Calculate the sum of strided array elements using ordinary recursive summation.