@stdlib/blas-ext-base-gapxsumpw
Adds a constant to each strided array element and computes the sum using pairwise summation.
Adds a constant to each strided array element and computes the sum 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.
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.
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.
Calculate the sum of strided array elements using pairwise summation.
Calculate the sum of single-precision floating-point strided array elements using extended accumulation and returning an extended precision result.
Calculate the sum of single-precision floating-point strided array elements using ordinary recursive summation with extended accumulation and returning an extended precision result.
Calculate the sum of single-precision floating-point strided array elements using pairwise summation with extended accumulation and returning an extended precision result.