@stdlib/ndarray-base-assign
Assign elements in a input ndarray to elements in an output ndarray.
Assign elements in a input ndarray to elements in an output ndarray.
Convert a linear index in an underlying data buffer to a linear index in an array view.
Invoke a callback function once for each ndarray element.
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.
Adds a constant to each strided array element and computes the sum.
Adds a constant to each strided array element and computes the sum using an improved Kahan–Babuška algorithm.
Adds a constant to each strided array element and computes the sum using a second-order iterative Kahan–Babuška algorithm.
Adds a constant to each strided array element and computes the sum using ordinary recursive summation.
Adds a constant to each strided array element and computes the sum using pairwise summation.
Calculate the sum of absolute values (L1 norm) of 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.