Skip to content

Commit e2a76b3

Browse files
committed
Auto-generated commit
1 parent c1f50e2 commit e2a76b3

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@
138138

139139
<details>
140140

141+
- [`2fbaef4`](https://github.com/stdlib-js/stdlib/commit/2fbaef4857d78ad2adc501f93ae872e44a02df6b) - **docs:** update namespace table of contents [(#12963)](https://github.com/stdlib-js/stdlib/pull/12963) _(by stdlib-bot)_
141142
- [`882c6dd`](https://github.com/stdlib-js/stdlib/commit/882c6dd2a6d6740d82f607fb278dc157f708deb0) - **feat:** update `blas/ext/base/ndarray` TypeScript declarations [(#12961)](https://github.com/stdlib-js/stdlib/pull/12961) _(by stdlib-bot)_
142143
- [`118a1ea`](https://github.com/stdlib-js/stdlib/commit/118a1eaf28afc9be92abb582b8ca43439237d6a7) - **docs:** update namespace table of contents [(#12947)](https://github.com/stdlib-js/stdlib/pull/12947) _(by stdlib-bot)_
143144
- [`9bc3dc8`](https://github.com/stdlib-js/stdlib/commit/9bc3dc8b54f957ac3d0978cf51cbc22c1639716e) - **feat:** add `scunone` to namespace _(by Athan Reines)_

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,7 @@ The namespace exposes the following APIs:
151151
- <span class="signature">[`saxpb( arrays )`][@stdlib/blas/ext/base/ndarray/saxpb]</span><span class="delimiter">: </span><span class="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>
152152
- <span class="signature">[`saxpby( arrays )`][@stdlib/blas/ext/base/ndarray/saxpby]</span><span class="delimiter">: </span><span class="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>
153153
- <span class="signature">[`scircshift( arrays )`][@stdlib/blas/ext/base/ndarray/scircshift]</span><span class="delimiter">: </span><span class="description">circularly shift the elements of a one-dimensional single-precision floating-point ndarray by a specified number of positions.</span>
154+
- <span class="signature">[`scunone( arrays )`][@stdlib/blas/ext/base/ndarray/scunone]</span><span class="delimiter">: </span><span class="description">cumulatively test whether every element in a one-dimensional single-precision floating-point ndarray is falsy.</span>
154155
- <span class="signature">[`scusum( arrays )`][@stdlib/blas/ext/base/ndarray/scusum]</span><span class="delimiter">: </span><span class="description">compute the cumulative sum of a one-dimensional single-precision floating-point ndarray.</span>
155156
- <span class="signature">[`scusumkbn( arrays )`][@stdlib/blas/ext/base/ndarray/scusumkbn]</span><span class="delimiter">: </span><span class="description">compute the cumulative sum of a one-dimensional single-precision floating-point ndarray using an improved Kahan–Babuška algorithm.</span>
156157
- <span class="signature">[`scusumkbn2( arrays )`][@stdlib/blas/ext/base/ndarray/scusumkbn2]</span><span class="delimiter">: </span><span class="description">compute the cumulative sum of a one-dimensional single-precision floating-point ndarray using a second-order iterative Kahan–Babuška algorithm.</span>
@@ -439,6 +440,8 @@ Copyright &copy; 2016-2026. The Stdlib [Authors][stdlib-authors].
439440

440441
[@stdlib/blas/ext/base/ndarray/scircshift]: https://github.com/stdlib-js/blas-ext-base-ndarray-scircshift
441442

443+
[@stdlib/blas/ext/base/ndarray/scunone]: https://github.com/stdlib-js/blas-ext-base-ndarray-scunone
444+
442445
[@stdlib/blas/ext/base/ndarray/scusum]: https://github.com/stdlib-js/blas-ext-base-ndarray-scusum
443446

444447
[@stdlib/blas/ext/base/ndarray/scusumkbn]: https://github.com/stdlib-js/blas-ext-base-ndarray-scusumkbn

0 commit comments

Comments
 (0)