@stdlib/blas-ext-base-sasumpw
Calculate the sum of absolute values (L1 norm) of single-precision floating-point strided array elements using pairwise summation.
Calculate the sum of absolute values (L1 norm) of single-precision floating-point strided array elements using pairwise summation.
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 L2-norm of a complex single-precision floating-point vector.
Calculate the L2-norm of a single-precision floating-point vector.
a collection of useful maths functions and objects for use in simple javascript projects, including games