Skip to content

Commit 0933ad5

Browse files
committed
Auto-generated commit
1 parent 0f8294b commit 0933ad5

File tree

3 files changed

+17
-1
lines changed

3 files changed

+17
-1
lines changed

.github/.keepalive

Lines changed: 0 additions & 1 deletion
This file was deleted.

CHANGELOG.md

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

3535
<details>
3636

37+
- [`1c56b73`](https://github.com/stdlib-js/stdlib/commit/1c56b737ec018cc818cebf19e5c7947fa684e126) - **docs:** update related packages sections [(#3380)](https://github.com/stdlib-js/stdlib/pull/3380) _(by stdlib-bot)_
3738
- [`97bba2a`](https://github.com/stdlib-js/stdlib/commit/97bba2a07bb5ca413ec1e92100174753edb2e858) - **feat:** add support for stacks in `blas/sdot` [(#2895)](https://github.com/stdlib-js/stdlib/pull/2895) _(by Aman Bhansali, Athan Reines)_
3839

3940
</details>

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,14 @@ console.log( ndarray2array( z ) );
187187

188188
<section class="related">
189189

190+
* * *
191+
192+
## See Also
193+
194+
- <span class="package-name">[`@stdlib/blas-base/sdot`][@stdlib/blas/base/sdot]</span><span class="delimiter">: </span><span class="description">calculate the dot product of two single-precision floating-point vectors.</span>
195+
- <span class="package-name">[`@stdlib/blas-ddot`][@stdlib/blas/ddot]</span><span class="delimiter">: </span><span class="description">calculate the dot product of two double-precision floating-point vectors.</span>
196+
- <span class="package-name">[`@stdlib/blas-gdot`][@stdlib/blas/gdot]</span><span class="delimiter">: </span><span class="description">calculate the dot product of two vectors.</span>
197+
190198
</section>
191199

192200
<!-- /.related -->
@@ -273,6 +281,14 @@ Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
273281

274282
[@stdlib/blas/base/sdot]: https://github.com/stdlib-js/blas-base-sdot
275283

284+
<!-- <related-links> -->
285+
286+
[@stdlib/blas/ddot]: https://github.com/stdlib-js/blas-ddot
287+
288+
[@stdlib/blas/gdot]: https://github.com/stdlib-js/blas-gdot
289+
290+
<!-- </related-links> -->
291+
276292
</section>
277293

278294
<!-- /.links -->

0 commit comments

Comments
 (0)