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/ndarray/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
@@ -51,6 +51,7 @@ The namespace exposes the following APIs:
51
51
- <spanclass="signature">[`daxpy( arrays )`][@stdlib/blas/base/ndarray/daxpy]</span><spanclass="delimiter">: </span><spanclass="description">multiply a one-dimensional double-precision floating-point ndarray `x` by a constant `alpha` and add the result to a one-dimensional double-precision floating-point ndarray `y`.</span>
52
52
- <spanclass="signature">[`dcopy( arrays )`][@stdlib/blas/base/ndarray/dcopy]</span><spanclass="delimiter">: </span><spanclass="description">copy values from a one-dimensional double-precision floating-point ndarray `x` into a one-dimensional double-precision floating-point ndarray `y`.</span>
53
53
- <spanclass="signature">[`ddot( arrays )`][@stdlib/blas/base/ndarray/ddot]</span><spanclass="delimiter">: </span><spanclass="description">calculate the dot product of two one-dimensional double-precision floating-point ndarrays.</span>
54
+
- <spanclass="signature">[`dswap( arrays )`][@stdlib/blas/base/ndarray/dswap]</span><spanclass="delimiter">: </span><spanclass="description">interchange two one-dimensional double-precision floating-point ndarrays.</span>
54
55
- <spanclass="signature">[`gasum( arrays )`][@stdlib/blas/base/ndarray/gasum]</span><spanclass="delimiter">: </span><spanclass="description">calculate the sum of absolute values for all elements in a one-dimensional ndarray.</span>
55
56
- <spanclass="signature">[`gaxpy( arrays )`][@stdlib/blas/base/ndarray/gaxpy]</span><spanclass="delimiter">: </span><spanclass="description">multiply a one-dimensional ndarray `x` by a constant `alpha` and add the result to a one-dimensional ndarray `y`.</span>
56
57
- <spanclass="signature">[`gcopy( arrays )`][@stdlib/blas/base/ndarray/gcopy]</span><spanclass="delimiter">: </span><spanclass="description">copy values from a one-dimensional ndarray `x` into a one-dimensional ndarray `y`.</span>
0 commit comments