@stdlib/blas-base-sscal
Multiply a single-precision floating-point vector by a constant.
Multiply a single-precision floating-point vector by a constant.
Interchange two single-precision floating-point vectors.
Adds a constant to each single-precision floating-point strided array element and computes the sum using extended accumulation and returning an extended precision result.
Adds a constant to each single-precision floating-point strided array element and computes the sum using pairwise summation with extended accumulation and returning an extended precision result.
Calculate the sum of single-precision floating-point strided array elements, ignoring NaN values, using ordinary recursive summation with extended accumulation, and returning an extended precision result.
Calculate the sum of single-precision floating-point strided array elements, ignoring NaN values, using extended accumulation, and returning an extended precision result.
Calculate the sum of single-precision floating-point strided array elements, ignoring NaN values, using ordinary recursive summation with extended accumulation, and returning an extended precision result.
Calculate the sum of single-precision floating-point strided array elements, ignoring NaN values, using pairwise summation with extended accumulation, and returning an extended precision result.
Compute the sum of absolute values (L1 norm).
Multiply a vector x by a constant and add the result to y.
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 dot product of two single-precision floating-point vectors with extended accumulation.
Calculate the L2-norm of a single-precision floating-point vector.