@stdlib/blas-base-scasum
Compute the sum of the absolute values of the real and imaginary components of a single-precision complex floating-point vector.
Compute the sum of the absolute values of the real and imaginary components of a single-precision complex floating-point vector.
Compute the L2-norm of a complex single-precision floating-point vector.
Copy values from x into y.
Calculate the dot product of two single-precision floating-point vectors.
Calculate the sum of double-precision floating-point strided array elements, ignoring NaN values.
Calculate the sum of double-precision floating-point strided array elements, ignoring NaN values and using an improved Kahan–Babuška algorithm.
Calculate the sum of double-precision floating-point strided array elements, ignoring NaN values and using a second-order iterative Kahan–Babuška algorithm.
Calculate the sum of double-precision floating-point strided array elements, ignoring NaN values and using ordinary recursive summation.
Calculate the sum of double-precision floating-point strided array elements, ignoring NaN values and using pairwise summation.
Calculate the dot product of two single-precision floating-point vectors with extended accumulation.
Common symbols and type definitions shared across base BLAS APIs.
Calculate the L2-norm of a single-precision floating-point vector.
Create an iterator which returns the intersection of two or more iterators according to a hash function.
Consume an entire iterator and return the last iterated value.
Return an iterator's length.
Create an iterator which returns evenly spaced numbers over a specified interval.
Create an iterator which returns evenly spaced numbers on a log scale.
Create an iterator which invokes a function for each iterated value.
Create an iterator which transforms iterated values from two or more iterators by applying the iterated values as arguments to a provided function.
Test whether all iterated values are falsy.