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
- [`2222d50`](https://github.com/stdlib-js/stdlib/commit/2222d505c97a6c4f8acf89bdb3aae6f504589e04) - **fix:** update include path and refactor addon _(by Athan Reines)_
1206
1207
- [`c322b66`](https://github.com/stdlib-js/stdlib/commit/c322b6647751b73a9d0fe12bf5665e8e2243d4ca) - **docs:** update related packages sections [(#4070)](https://github.com/stdlib-js/stdlib/pull/4070) _(by stdlib-bot, Philipp Burckhardt)_
1207
1208
- [`8bf8285`](https://github.com/stdlib-js/stdlib/commit/8bf8285aba0ecbd00ae145c4c5c098cd28135814) - **chore:** minor clean-up _(by Philipp Burckhardt)_
Copy file name to clipboardexpand all lines: sswap/README.md
+16
Original file line number
Diff line number
Diff line change
@@ -145,6 +145,14 @@ console.log( ndarray2array( y ) );
145
145
146
146
<sectionclass="related">
147
147
148
+
* * *
149
+
150
+
## See Also
151
+
152
+
- <spanclass="package-name">[`@stdlib/blas/base/sswap`][@stdlib/blas/base/sswap]</span><spanclass="delimiter">: </span><spanclass="description">interchange two single-precision floating-point vectors.</span>
153
+
- <spanclass="package-name">[`@stdlib/blas/dswap`][@stdlib/blas/dswap]</span><spanclass="delimiter">: </span><spanclass="description">interchange two double-precision floating-point vectors.</span>
154
+
- <spanclass="package-name">[`@stdlib/blas/gswap`][@stdlib/blas/gswap]</span><spanclass="delimiter">: </span><spanclass="description">interchange two vectors.</span>
155
+
148
156
</section>
149
157
150
158
<!-- /.related -->
@@ -161,6 +169,14 @@ console.log( ndarray2array( y ) );
0 commit comments