Skip to content

Commit 7630aea

Browse files
committed
Auto-generated commit
1 parent 99dc21e commit 7630aea

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,13 @@
44
55
<section class="release" id="unreleased">
66

7-
## Unreleased (2026-04-04)
7+
## Unreleased (2026-04-05)
88

99
<section class="features">
1010

1111
### Features
1212

13+
- [`69ccb2a`](https://github.com/stdlib-js/stdlib/commit/69ccb2ab3f6d076145ab82dd1946f488bed50780) - add `blas/ext/base/cindex-of-row` [(#11233)](https://github.com/stdlib-js/stdlib/pull/11233)
1314
- [`c16f303`](https://github.com/stdlib-js/stdlib/commit/c16f3039df4d59b17e1baea799a176f905a7ba39) - add `czeroTo` to namespace
1415
- [`f768772`](https://github.com/stdlib-js/stdlib/commit/f7687726c11a71226031614921f20b21c91ae09c) - add `zzeroTo` to namespace
1516
- [`5fc1ce2`](https://github.com/stdlib-js/stdlib/commit/5fc1ce2dfd66bb648b1a9e1658caf3cb4cb4c8ae) - add `zindexOfRow` to namespace
@@ -107,6 +108,8 @@
107108

108109
<details>
109110

111+
- [`74aac03`](https://github.com/stdlib-js/stdlib/commit/74aac03cebab8148a102cda6436096540440f6b0) - **docs:** update namespace table of contents [(#11306)](https://github.com/stdlib-js/stdlib/pull/11306) _(by stdlib-bot)_
112+
- [`69ccb2a`](https://github.com/stdlib-js/stdlib/commit/69ccb2ab3f6d076145ab82dd1946f488bed50780) - **feat:** add `blas/ext/base/cindex-of-row` [(#11233)](https://github.com/stdlib-js/stdlib/pull/11233) _(by Muhammad Haris, Athan Reines)_
110113
- [`c16f303`](https://github.com/stdlib-js/stdlib/commit/c16f3039df4d59b17e1baea799a176f905a7ba39) - **feat:** add `czeroTo` to namespace _(by Athan Reines)_
111114
- [`f768772`](https://github.com/stdlib-js/stdlib/commit/f7687726c11a71226031614921f20b21c91ae09c) - **feat:** add `zzeroTo` to namespace _(by Athan Reines)_
112115
- [`5fc1ce2`](https://github.com/stdlib-js/stdlib/commit/5fc1ce2dfd66bb648b1a9e1658caf3cb4cb4c8ae) - **feat:** add `zindexOfRow` to namespace _(by Athan Reines)_

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,7 @@ var o = ns;
231231
- <span class="signature">[`szeroTo( N, x, strideX )`][@stdlib/blas/ext/base/szero-to]</span><span class="delimiter">: </span><span class="description">fill a single-precision floating-point strided array with linearly spaced numeric elements which increment by `1` starting from zero.</span>
232232
- <span class="signature">[`wasm`][@stdlib/blas/ext/base/wasm]</span><span class="delimiter">: </span><span class="description">extensions to basic linear algebra subprograms (BLAS) compiled to WebAssembly.</span>
233233
- <span class="signature">[`zfill( N, alpha, x, strideX )`][@stdlib/blas/ext/base/zfill]</span><span class="delimiter">: </span><span class="description">fill a double-precision complex floating-point strided array with a specified scalar constant.</span>
234+
- <span class="signature">[`zindexOfRow( order, M, N, A, LDA, x, strideX, workspace, strideW )`][@stdlib/blas/ext/base/zindex-of-row]</span><span class="delimiter">: </span><span class="description">return the index of the first row in a double-precision complex floating-point input matrix which has the same elements as a provided search vector.</span>
234235
- <span class="signature">[`zsum( N, x, strideX )`][@stdlib/blas/ext/base/zsum]</span><span class="delimiter">: </span><span class="description">calculate the sum of double-precision complex floating-point strided array elements.</span>
235236
- <span class="signature">[`zsumkbn( N, x, strideX )`][@stdlib/blas/ext/base/zsumkbn]</span><span class="delimiter">: </span><span class="description">calculate the sum of double-precision complex floating-point strided array elements using an improved Kahan–Babuška algorithm.</span>
236237
- <span class="signature">[`zzeroTo( N, x, strideX )`][@stdlib/blas/ext/base/zzero-to]</span><span class="delimiter">: </span><span class="description">fill a double-precision complex floating-point strided array with linearly spaced numeric elements which increment by `1` starting from zero.</span>
@@ -662,6 +663,8 @@ Copyright &copy; 2016-2026. The Stdlib [Authors][stdlib-authors].
662663

663664
[@stdlib/blas/ext/base/zfill]: https://github.com/stdlib-js/blas-ext-base-zfill
664665

666+
[@stdlib/blas/ext/base/zindex-of-row]: https://github.com/stdlib-js/blas-ext-base-zindex-of-row
667+
665668
[@stdlib/blas/ext/base/zsum]: https://github.com/stdlib-js/blas-ext-base-zsum
666669

667670
[@stdlib/blas/ext/base/zsumkbn]: https://github.com/stdlib-js/blas-ext-base-zsumkbn

0 commit comments

Comments
 (0)