@stdlib/blas-ext-base-dcusum
Calculate the cumulative sum of double-precision floating-point strided array elements.
Calculate the cumulative sum of double-precision floating-point strided array elements.
Calculate the cumulative sum of double-precision floating-point strided array elements using an improved Kahan–Babuška algorithm.
Calculate the cumulative sum of double-precision floating-point strided array elements using a second-order iterative Kahan–Babuška algorithm.
Calculate the cumulative sum of double-precision floating-point strided array elements using ordinary recursive summation.
Calculate the cumulative sum of double-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.
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.
Apply a function against an accumulator and each element in an array and return the accumulated result.
Apply a function against an accumulator and each element in an array while iterating from right to left and return the accumulated result.
Reduce the number of dimensions by one of a two-dimensional nested array by applying a function against an accumulator and each element along the innermost dimension and returning the accumulation results as a one-dimensional array.
Calculate the cumulative minimum absolute value of a strided array.
Calculate the cumulative maximum of a strided array.