Compute the sum of absolute values.
-
Updated
Apr 4, 2026 - JavaScript
Compute the sum of absolute values.
Compute the sum of absolute values for all elements in a one-dimensional ndarray.
Compute the sum of absolute values for all elements in a one-dimensional single-precision floating-point ndarray.
Compute the sum of absolute values for all elements in a one-dimensional double-precision floating-point ndarray.
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 pairwise summation.
Add a constant to each double-precision floating-point strided array element and compute the sum using ordinary recursive summation.
Add a constant to each double-precision floating-point strided array element and compute the sum.
Add a description, image, and links to the dasum topic page so that developers can more easily learn about it.
To associate your repository with the dasum topic, visit your repo's landing page and select "manage topics."