@stdlib/math-strided-special-dmskinv
Compute the multiplicative inverse for each element in a double-precision floating-point strided array according to a strided mask array.
Compute the multiplicative inverse for each element in a double-precision floating-point strided array according to a strided mask array.
Evaluate the ramp function for each element in a double-precision floating-point strided array according to a strided mask array.
Compute the reciprocal square root for each element in a double-precision floating-point strided array according to a strided mask array.
Compute the principal square root for each element in a double-precision floating-point strided array according to a strided mask array.
Round each element in a double-precision floating-point strided array toward zero according to a strided mask array.
Evaluate the ramp function for each element in a double-precision floating-point strided array.
Compute the reciprocal square root for each element in a double-precision floating-point strided array.
Round each element in a double-precision floating-point strided array toward zero.
Compute the cube root for each element in a double-precision floating-point strided array according to a strided mask array.
Compute the principal square root for each element in a double-precision floating-point strided array.
Interchange two double-precision floating-point vectors.
Add a constant to each element in a double-precision floating-point strided array.
Adds a constant to each double-precision floating-point strided array element and computes the sum.
Adds a constant to each double-precision floating-point strided array element and computes the sum using an improved Kahan–Babuška algorithm.
Adds a constant to each double-precision floating-point strided array element and computes the sum using a second-order iterative Kahan–Babuška algorithm.
Adds a constant to each double-precision floating-point strided array element and computes the sum using ordinary recursive summation.
Adds a constant to each double-precision floating-point strided array element and computes the sum using pairwise summation.
Calculate the sum of absolute values (L1 norm) of double-precision floating-point strided array elements using pairwise summation.
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.