@stdlib/math-strided-special-sabs
Compute the absolute value for each element in a single-precision floating-point strided array.
Compute the absolute value for each element in a single-precision floating-point strided array.
Compute the squared absolute value for each element in a single-precision floating-point strided array.
Compute the absolute value for each element in a single-precision floating-point strided array according to a strided mask array.
Compute the squared absolute value for each element in a single-precision floating-point strided array according to a strided mask array.
Compute the absolute value for each element in a double-precision floating-point strided array.
Compute the squared absolute value for each element in a double-precision floating-point strided array.
Compute the absolute value for each element in a double-precision floating-point strided array according to a strided mask array.
Compute the squared absolute value for each element in a double-precision floating-point strided array according to a strided mask array.
Calculate the sum of absolute values (L1 norm) of double-precision floating-point strided array elements using pairwise summation.
Calculate the sum of absolute values (L1 norm) of strided array elements using pairwise summation.
Calculate the sum of absolute values (L1 norm) of double-precision floating-point strided array elements, ignoring NaN values.
Calculate the sum of absolute values (L1 norm) of double-precision floating-point strided array elements, ignoring NaN values and using ordinary recursive summation.
Compute the sum of absolute values (L1 norm).
Compute the sum of the absolute values of the real and imaginary components of a single-precision complex floating-point number.
Compute the sum of the absolute values of the real and imaginary components of a single-precision complex floating-point vector.
Find the index of the first element having the maximum absolute value.
Find the index of the first element having the maximum absolute value.
Compute the absolute value.
Compute the absolute value for each element in a strided array.
Create an iterator which computes the absolute value of each iterated value.