Skip to content

Commit

Permalink
Auto-generated commit
Browse files Browse the repository at this point in the history
  • Loading branch information
stdlib-bot committed Jun 10, 2024
1 parent 8aff86b commit e80e986
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<section class="release" id="unreleased">

## Unreleased (2024-06-09)
## Unreleased (2024-06-10)

<section class="packages">

Expand Down Expand Up @@ -1092,6 +1092,8 @@ A total of 6 people contributed to this release. Thank you to the following cont

<details>

- [`396d612`](https://github.com/stdlib-js/stdlib/commit/396d6128357346cafbc438d75d8797377ba4022f) - **docs:** update namespace table of contents [(##2348)](#2348 ) _(by stdlib-bot, Philipp Burckhardt)_
- [`bd06c4d`](https://github.com/stdlib-js/stdlib/commit/bd06c4df34c340bb2a978cabfa6122bd00d44a56) - **refactor:** resolve storage layout enumeration constants _(by Athan Reines)_
- [`df48448`](https://github.com/stdlib-js/stdlib/commit/df484486ee1dda67e3b5821a7531786992fd5837) - **feat:** add `layoutResolveEnum` to namespace _(by Athan Reines)_
- [`4e6b7fd`](https://github.com/stdlib-js/stdlib/commit/4e6b7fdee8f3f217c6393c1c1043763377a8d6d5) - **feat:** add `blas/base/layout-resolve-enum` _(by Athan Reines)_
- [`c533088`](https://github.com/stdlib-js/stdlib/commit/c533088d61f9a0d2b182dbe8d89329c9b625f27b) - **feat:** add `layoutResolveStr` to namespace _(by Athan Reines)_
Expand Down
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ var o = blas;
<div class="namespace-toc">

- <span class="signature">[`ccopy( N, x, strideX, y, strideY )`][@stdlib/blas/base/ccopy]</span><span class="delimiter">: </span><span class="description">copy values from one complex single-precision floating-point vector to another complex single-precision floating-point vector.</span>
- <span class="signature">[`cscal( N, ca, cx, strideX )`][@stdlib/blas/base/cscal]</span><span class="delimiter">: </span><span class="description">scales a single-precision complex floating-point vector by a single-precision complex floating-point constant.</span>
- <span class="signature">[`cswap( N, x, strideX, y, strideY )`][@stdlib/blas/base/cswap]</span><span class="delimiter">: </span><span class="description">interchange two complex single-precision floating-point vectors.</span>
- <span class="signature">[`dasum( N, x, stride )`][@stdlib/blas/base/dasum]</span><span class="delimiter">: </span><span class="description">compute the sum of absolute values (_L1_ norm).</span>
- <span class="signature">[`daxpy( N, alpha, x, strideX, y, strideY )`][@stdlib/blas/base/daxpy]</span><span class="delimiter">: </span><span class="description">multiply a vector `x` by a constant `alpha` and add the result to `y`.</span>
Expand All @@ -105,6 +106,8 @@ var o = blas;
- <span class="signature">[`srotg( a, b )`][@stdlib/blas/base/srotg]</span><span class="delimiter">: </span><span class="description">construct a Givens plane rotation.</span>
- <span class="signature">[`sscal( N, alpha, x, stride )`][@stdlib/blas/base/sscal]</span><span class="delimiter">: </span><span class="description">multiply a single-precision floating-point vector `x` by a constant `alpha`.</span>
- <span class="signature">[`sswap( N, x, strideX, y, strideY )`][@stdlib/blas/base/sswap]</span><span class="delimiter">: </span><span class="description">interchange two single-precision floating-point vectors.</span>
- <span class="signature">[`zcopy( N, x, strideX, y, strideY )`][@stdlib/blas/base/zcopy]</span><span class="delimiter">: </span><span class="description">copy values from one complex double-precision floating-point vector to another complex double-precision floating-point vector.</span>
- <span class="signature">[`zswap( N, x, strideX, y, strideY )`][@stdlib/blas/base/zswap]</span><span class="delimiter">: </span><span class="description">interchange two complex double-precision floating-point vectors.</span>

</div>

Expand All @@ -114,6 +117,13 @@ var o = blas;

<!-- <toc pattern="+(*amax|*lsame|*xerbla*)"> -->

<div class="namespace-toc">

- <span class="signature">[`idamax( N, x, strideX )`][@stdlib/blas/base/idamax]</span><span class="delimiter">: </span><span class="description">find the index of the first element having the maximum absolute value.</span>
- <span class="signature">[`isamax( N, x, strideX )`][@stdlib/blas/base/isamax]</span><span class="delimiter">: </span><span class="description">find the index of the first element having the maximum absolute value.</span>

</div>

<!-- </toc> -->

</section>
Expand Down Expand Up @@ -221,8 +231,14 @@ Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].

<!-- <toc-links> -->

[@stdlib/blas/base/idamax]: https://github.com/stdlib-js/blas-base-idamax

[@stdlib/blas/base/isamax]: https://github.com/stdlib-js/blas-base-isamax

[@stdlib/blas/base/ccopy]: https://github.com/stdlib-js/blas-base-ccopy

[@stdlib/blas/base/cscal]: https://github.com/stdlib-js/blas-base-cscal

[@stdlib/blas/base/cswap]: https://github.com/stdlib-js/blas-base-cswap

[@stdlib/blas/base/dasum]: https://github.com/stdlib-js/blas-base-dasum
Expand Down Expand Up @@ -275,6 +291,10 @@ Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].

[@stdlib/blas/base/sswap]: https://github.com/stdlib-js/blas-base-sswap

[@stdlib/blas/base/zcopy]: https://github.com/stdlib-js/blas-base-zcopy

[@stdlib/blas/base/zswap]: https://github.com/stdlib-js/blas-base-zswap

<!-- </toc-links> -->

</section>
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@
"@stdlib/strided-base-offset-view": "^0.2.1",
"@stdlib/strided-base-reinterpret-complex128": "^0.2.1",
"@stdlib/strided-base-reinterpret-complex64": "^0.2.0",
"@stdlib/string-format": "^0.2.1",
"@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.1",
"@stdlib/utils-keys": "^0.2.1",
"@stdlib/utils-object-inverse": "^0.2.1",
Expand Down

0 comments on commit e80e986

Please sign in to comment.