Search npm for packages to use with Deno
Add them to your projects with a simple command that will already feel familar.
@stdlib/blas-base-gcopy
Copy values from x into y.
@stdlib/blas-base-dscal
Multiply a double-precision floating-point vector by a constant.
@stdlib/blas-base-gdot
Calculate the dot product of two vectors.
@stdlib/blas-base-sdot
Calculate the dot product of two single-precision floating-point vectors.
@stdlib/blas-base-ddot
Calculate the dot product of two double-precision floating-point vectors.
@stdlib/blas-gdot
Calculate the dot product of two vectors.
@stdlib/blas-base-gscal
Multiply a vector by a constant.
@stdlib/blas-base-dcopy
Copy values from x into y.
@stdlib/blas-base-sscal
Multiply a single-precision floating-point vector by a constant.
@stdlib/blas-base-daxpy
Multiply a vector x by a constant and add the result to y.
@stdlib/blas-base-ccopy
Copy values from one complex single-precision floating-point vector to another complex single-precision floating-point vector.
@stdlib/blas-base-scopy
Copy values from x into y.
@stdlib/blas-base-sasum
Compute the sum of absolute values (L1 norm).
@stdlib/blas-base-cswap
Interchanges two complex single-precision floating-point vectors.
@stdlib/blas-base-gaxpy
Multiply x by a constant and add the result to y.
@stdlib/blas-base-saxpy
Multiply a vector x by a constant and add the result to y.
@stdlib/blas-base-dswap
Interchange two double-precision floating-point vectors.
@stdlib/blas-base-sswap
Interchange two single-precision floating-point vectors.
@stdlib/blas-base-dasum
Compute the sum of absolute values (L1 norm).
@stdlib/blas-base-gswap
Interchange two vectors.