Computes the L1 norm (Manhattan norm) of an array of values.
Compute the sum of absolute values (L1 norm).
Compute the sum of absolute values (L1 norm).
Calculate the sum of absolute values (L1 norm) of double-precision floating-point strided array elements, ignoring NaN values and using ordinary recursive summation.