@stdlib/blas-base-dasum
Compute the sum of absolute values (L1 norm).
Compute the sum of absolute values (L1 norm).
Multiply a vector x by a constant and add the result to y.
Performs the rank 1 operation A = alpha⋅x⋅y^T + A.
Apply a plane rotation.
Construct a Givens plane rotation.
Apply a modified Givens transformation.
Multiply a double-precision floating-point vector by a constant.
Calculate the dot product with extended accumulation and result of two single-precision floating-point vectors.
Interchange two vectors.
Calculate the dot product of two single-precision floating-point vectors.
Interchange two single-precision floating-point vectors.
Calculate the dot product of two vectors.
Generate an array of linearly spaced dates.
Generate a linearly spaced numeric array using a provided increment.
Generate a linearly spaced array over a specified interval.
Generate a logarithmically spaced numeric array.
Generate a linearly spaced numeric array whose elements increment by 1 starting from one.
Generate a linearly spaced numeric array whose elements increment by 1 starting from one and having the same length and data type as a provided input array.
Generate a linearly spaced numeric array whose elements increment by 1 starting from zero.
Generate a linearly spaced numeric array whose elements increment by 1 starting from zero and having the same length and data type as a provided input array.