@stdlib/blas-ext-base-dcusumpw
Calculate the cumulative sum of double-precision floating-point strided array elements using pairwise summation.
Calculate the cumulative sum of double-precision floating-point strided array elements using pairwise summation.
Maximum length for a typed array.
Multidimensional arrays.
Multidimensional arrays.
Base multidimensional array.
Test if a value is a typed array.
Test if a value is a valid typed array length.
Test if a value is typed-array-like.
Test if a value is a Uint16Array.
Test if a value is a Uint32Array.
Test if a value is a Uint8Array.
Test if a value is a Uint8ClampedArray.
Calculate the sum of absolute values (L1 norm) of single-precision floating-point strided array elements using pairwise summation.
Calculate the cumulative sum of single-precision floating-point strided array elements.
Calculate the cumulative sum of single-precision floating-point strided array elements using an improved Kahan–Babuška algorithm.
Calculate the cumulative sum of single-precision floating-point strided array elements using a second-order iterative Kahan–Babuška algorithm.
Calculate the cumulative sum of single-precision floating-point strided array elements using ordinary recursive summation.
Calculate the cumulative sum of single-precision floating-point strided array elements using pairwise summation.
Adds a constant to each single-precision floating-point strided array element and computes the sum using extended accumulation.
Adds a constant to each single-precision floating-point strided array element and computes the sum using pairwise summation with extended accumulation.