You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/blas/base/README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,6 +62,7 @@ var o = blas;
62
62
- <spanclass="signature">[`dscal( N, alpha, x, stride )`][@stdlib/blas/base/dscal]</span><spanclass="delimiter">: </span><spanclass="description">multiply a double-precision floating-point vector `x` by a constant `alpha`.</span>
63
63
- <spanclass="signature">[`dsdot( N, x, strideX, y, strideY )`][@stdlib/blas/base/dsdot]</span><spanclass="delimiter">: </span><spanclass="description">calculate the dot product with extended accumulation and result of two single-precision floating-point vectors.</span>
64
64
- <spanclass="signature">[`dswap( N, x, strideX, y, strideY )`][@stdlib/blas/base/dswap]</span><spanclass="delimiter">: </span><spanclass="description">interchange two double-precision floating-point vectors.</span>
65
+
- <spanclass="signature">[`dzasum( N, x, strideX )`][@stdlib/blas/base/dzasum]</span><spanclass="delimiter">: </span><spanclass="description">compute the sum of the absolute values of the real and imaginary components of a double-precision complex floating-point strided array.</span>
65
66
- <spanclass="signature">[`dznrm2( N, x, strideX )`][@stdlib/blas/base/dznrm2]</span><spanclass="delimiter">: </span><spanclass="description">compute the L2-norm of a double-precision complex floating-point vector.</span>
66
67
- <spanclass="signature">[`gasum( N, x, stride )`][@stdlib/blas/base/gasum]</span><spanclass="delimiter">: </span><spanclass="description">compute the sum of absolute values (_L1_ norm).</span>
67
68
- <spanclass="signature">[`gaxpy( N, alpha, x, strideX, y, strideY )`][@stdlib/blas/base/gaxpy]</span><spanclass="delimiter">: </span><spanclass="description">multiply `x` by a constant `alpha` and add the result to `y`.</span>
0 commit comments