@stdlib/blas-base-dscal
Multiply a double-precision floating-point vector by a constant.
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 double-precision floating-point vectors.
Compute the L2-norm of a complex double-precision floating-point vector.
Compute the sum of absolute values (L1 norm).
Multiply x by a constant and add the result to y.
Copy values from x into y.
Calculate the dot product of two vectors.
Calculate the L2-norm of a vector.
Multiply a vector by a constant.
Interchange two vectors.
BLAS.
Base (i.e., lower-level) basic linear algebra subprograms (BLAS).
Base BLAS assertion utilities.
Test if an input value is a BLAS diagonal type.
Test if an input value is a BLAS memory layout.
Test if an input value is a BLAS matrix triangle.
Test if an input value is a BLAS operation side.
Test if an input value is a BLAS transpose operation.
Scale a single-precision complex floating-point vector by a single-precision complex floating-point constant and add the result to a single-precision complex floating-point vector.