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: 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
@@ -151,6 +151,7 @@ The namespace exposes the following APIs:
151
151
- <spanclass="signature">[`saxpb( arrays )`][@stdlib/blas/ext/base/ndarray/saxpb]</span><spanclass="delimiter">: </span><spanclass="description">multiply each element in a one-dimensional single-precision floating-point ndarray by a scalar constant and add a scalar constant to each result.</span>
152
152
- <spanclass="signature">[`saxpby( arrays )`][@stdlib/blas/ext/base/ndarray/saxpby]</span><spanclass="delimiter">: </span><spanclass="description">multiply a one-dimensional single-precision floating-point ndarray by a scalar constant and add the result to a second one-dimensional single-precision floating-point ndarray multiplied by a scalar constant.</span>
153
153
- <spanclass="signature">[`scircshift( arrays )`][@stdlib/blas/ext/base/ndarray/scircshift]</span><spanclass="delimiter">: </span><spanclass="description">circularly shift the elements of a one-dimensional single-precision floating-point ndarray by a specified number of positions.</span>
154
+
- <spanclass="signature">[`scunone( arrays )`][@stdlib/blas/ext/base/ndarray/scunone]</span><spanclass="delimiter">: </span><spanclass="description">cumulatively test whether every element in a one-dimensional single-precision floating-point ndarray is falsy.</span>
154
155
- <spanclass="signature">[`scusum( arrays )`][@stdlib/blas/ext/base/ndarray/scusum]</span><spanclass="delimiter">: </span><spanclass="description">compute the cumulative sum of a one-dimensional single-precision floating-point ndarray.</span>
155
156
- <spanclass="signature">[`scusumkbn( arrays )`][@stdlib/blas/ext/base/ndarray/scusumkbn]</span><spanclass="delimiter">: </span><spanclass="description">compute the cumulative sum of a one-dimensional single-precision floating-point ndarray using an improved Kahan–Babuška algorithm.</span>
156
157
- <spanclass="signature">[`scusumkbn2( arrays )`][@stdlib/blas/ext/base/ndarray/scusumkbn2]</span><spanclass="delimiter">: </span><spanclass="description">compute the cumulative sum of a one-dimensional single-precision floating-point ndarray using a second-order iterative Kahan–Babuška algorithm.</span>
0 commit comments