Skip to content

Commit

Permalink
docs: add link
Browse files Browse the repository at this point in the history
  • Loading branch information
kgryte committed Apr 25, 2024
1 parent 2b79e05 commit 412236f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/node_modules/@stdlib/blas/base/grot/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ grot.ndarray( 3, x, 2, 1, y, 2, 1, 0.8, 0.6 );
## Notes

- If `N <= 0`, both functions leave `x` and `y` unchanged.
- Both functions support array-like objects having getter and setter accessors for array element access (e.g., @stdlib/array/complex64).
- Both functions support array-like objects having getter and setter accessors for array element access (e.g., [`@stdlib/array/complex64`][@stdlib/array/complex64]).
- `grot()` corresponds to the [BLAS][blas] level 1 function [`drot`][drot] with the exception that this implementation works with any array type, not just Float64Arrays. Depending on the environment, the typed versions ([`drot`][@stdlib/blas/base/drot], [`srot`][@stdlib/blas/base/srot], etc.) are likely to be significantly more performant.

</section>
Expand Down Expand Up @@ -196,6 +196,8 @@ console.log( y );

[@stdlib/blas/base/srot]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/blas/base/srot

[@stdlib/array/complex64]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/array/complex64

</section>

<!-- /.links -->

0 comments on commit 412236f

Please sign in to comment.