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: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,6 +34,7 @@
34
34
35
35
<details>
36
36
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)_
37
38
-[`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)_
Copy file name to clipboardExpand all lines: README.md
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -187,6 +187,14 @@ console.log( ndarray2array( z ) );
187
187
188
188
<sectionclass="related">
189
189
190
+
* * *
191
+
192
+
## See Also
193
+
194
+
- <spanclass="package-name">[`@stdlib/blas-base/sdot`][@stdlib/blas/base/sdot]</span><spanclass="delimiter">: </span><spanclass="description">calculate the dot product of two single-precision floating-point vectors.</span>
195
+
- <spanclass="package-name">[`@stdlib/blas-ddot`][@stdlib/blas/ddot]</span><spanclass="delimiter">: </span><spanclass="description">calculate the dot product of two double-precision floating-point vectors.</span>
196
+
- <spanclass="package-name">[`@stdlib/blas-gdot`][@stdlib/blas/gdot]</span><spanclass="delimiter">: </span><spanclass="description">calculate the dot product of two vectors.</span>
0 commit comments