Calculate the sum of double-precision floating-point strided array elements, ignoring NaN values and using ordinary recursive summation.
-
Updated
Dec 1, 2024 - JavaScript
Calculate the sum of double-precision floating-point strided array elements, ignoring NaN values and using ordinary recursive summation.
Calculate the arithmetic mean of a double-precision floating-point strided array using a one-pass trial mean algorithm.
Adds a constant to each double-precision floating-point strided array element and computes the sum.
Add a constant to each double-precision floating-point strided array element and compute the sum using an improved Kahan–Babuška algorithm.
Add a constant to each double-precision floating-point strided array element and compute the sum using a second-order iterative Kahan–Babuška algorithm.
Calculate the cumulative sum of double-precision floating-point strided array elements.
Calculate the sum of double-precision floating-point strided array elements, ignoring NaN values.
Calculate the sum of double-precision floating-point strided array elements, ignoring NaN values and using an improved Kahan–Babuška algorithm.
Calculate the sum of double-precision floating-point strided array elements, ignoring NaN values and using a second-order iterative Kahan–Babuška algorithm.
Calculate the sum of double-precision floating-point strided array elements, ignoring NaN values.
Calculate the sum of double-precision floating-point strided array elements, ignoring NaN values and using an improved Kahan–Babuška algorithm.
Calculate the sum of double-precision floating-point strided array elements, ignoring NaN values and using a second-order iterative Kahan–Babuška algorithm.
Calculate the arithmetic mean of a double-precision floating-point strided array using an improved Kahan–Babuška algorithm.
Calculate the sum of double-precision floating-point strided array elements.
Calculate the sum of double-precision floating-point strided array elements using an improved Kahan–Babuška algorithm.
Calculate the arithmetic mean of a double-precision floating-point strided array using a second-order iterative Kahan–Babuška algorithm.
Calculate the sum of double-precision floating-point strided array elements using a second-order iterative Kahan–Babuška algorithm.
Adds a constant to each strided array element and computes the sum.
Add a constant to each strided array element and compute the sum using an improved Kahan–Babuška algorithm.
Add a constant to each strided array element and compute the sum using a second-order iterative Kahan–Babuška algorithm.
Add a description, image, and links to the strided-array topic page so that developers can more easily learn about it.
To associate your repository with the strided-array topic, visit your repo's landing page and select "manage topics."