Showing 1-20 of 330 packages
Calculate the sum of strided array elements using pairwise summation.
Add a scalar constant to each strided array element and compute the sum using pairwise summation.
Calculate the sum of double-precision floating-point strided array elements using pairwise summation.
Calculate the sum of single-precision floating-point strided array elements using pairwise summation.
Calculate the sum of strided array elements using ordinary recursive summation.
this will add and subtract two numbers
Calculate the sum of double-precision floating-point strided array elements using ordinary recursive summation.
Calculate the sum of single-precision floating-point strided array elements using ordinary recursive summation.
Calculate the cumulative sum of strided array elements using pairwise summation.
Calculate the sum of double-precision floating-point strided array elements, ignoring NaN values and using pairwise summation.
Calculate the cumulative sum of strided array elements using ordinary recursive summation.
Add a scalar constant to each double-precision floating-point strided array element and compute the sum using pairwise summation.
Add a scalar constant to each single-precision floating-point strided array element and compute the sum using pairwise summation.
Calculate the sum of strided array elements, ignoring NaN values and using pairwise summation.
Calculate the sum of double-precision floating-point strided array elements, ignoring NaN values and using pairwise summation.
Calculate the cumulative sum of double-precision floating-point strided array elements using pairwise summation.
Calculate the sum of strided array elements, ignoring NaN values and using ordinary recursive summation.
Calculate the cumulative sum of double-precision floating-point strided array elements using ordinary recursive summation.
Calculate the sum of absolute values (L1 norm) of strided array elements using pairwise summation.
Calculate the cumulative sum of single-precision floating-point strided array elements using ordinary recursive summation.