diff --git a/CHANGELOG.md b/CHANGELOG.md index b76c466fc..4e0bebfa1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2871,6 +2871,7 @@ A total of 35 people contributed to this release. Thank you to the following con
+- [`868c9aa`](https://github.com/stdlib-js/stdlib/commit/868c9aa323e5c49a00ecaa944ce90d968c80f6de) - **docs:** update ToC _(by Athan Reines)_ - [`f1128aa`](https://github.com/stdlib-js/stdlib/commit/f1128aa2432497a7297ad1cc733de562f44169d5) - **feat:** add `zaxpy`, `zdrot`, and `zscal` to namespace _(by Athan Reines)_ - [`10640df`](https://github.com/stdlib-js/stdlib/commit/10640dfff29bff48cc339c31c0fe98ab5a5d2ff3) - **feat:** add `sspmv`, `ssymv`, `ssyr`, `ssyr2`, and `strmv` to namespace _(by Athan Reines)_ - [`1457b6c`](https://github.com/stdlib-js/stdlib/commit/1457b6c9c2107f5888436df9f0897a22ad39c16a) - **feat:** add `sgemv`, `srot`, and `srotm` to namespace _(by Athan Reines)_ diff --git a/base/README.md b/base/README.md index 978fe8b85..32a3cdec0 100644 --- a/base/README.md +++ b/base/README.md @@ -41,7 +41,7 @@ var o = blas; ### BLAS Level 1 - +
@@ -80,16 +80,33 @@ var o = blas; +### BLAS Level 2 + + + + + +### BLAS Level 3 + + + + + +### Scalar Operations + + + + + ### Auxiliary BLAS - + -
+ -- [`idamax( N, x, strideX )`][@stdlib/blas/base/idamax]: find the index of the first element having the maximum absolute value. -- [`isamax( N, x, strideX )`][@stdlib/blas/base/isamax]: find the index of the first element having the maximum absolute value. +### Utilities -
+ @@ -130,10 +147,6 @@ console.log( objectKeys( blas ) ); -[@stdlib/blas/base/idamax]: https://github.com/stdlib-js/blas/tree/main/base/idamax - -[@stdlib/blas/base/isamax]: https://github.com/stdlib-js/blas/tree/main/base/isamax - [@stdlib/blas/base/ccopy]: https://github.com/stdlib-js/blas/tree/main/base/ccopy [@stdlib/blas/base/cscal]: https://github.com/stdlib-js/blas/tree/main/base/cscal