From 858ddcef47b91677250c56fb369d0580635538e9 Mon Sep 17 00:00:00 2001 From: stdlib-bot Date: Tue, 10 Dec 2024 03:57:56 +0000 Subject: [PATCH] Auto-generated commit --- CHANGELOG.md | 3 ++- base/dasum/README.md | 2 +- ext/base/dapxsumkbn/README.md | 6 +++--- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 987d6c66..70667a00 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@
-## Unreleased (2024-12-09) +## Unreleased (2024-12-10)
@@ -1069,6 +1069,7 @@ A total of 8 people contributed to this release. Thank you to the following cont
+- [`ac06419`](https://github.com/stdlib-js/stdlib/commit/ac06419c2a8358dfd80818823f571077eb58958e) - **docs:** update related packages sections [(#3387)](https://github.com/stdlib-js/stdlib/pull/3387) _(by stdlib-bot)_ - [`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)_ - [`0a8192d`](https://github.com/stdlib-js/stdlib/commit/0a8192d68506a2abf4c3e52e1af9f1510e1660b4) - **docs:** update related packages sections [(#3370)](https://github.com/stdlib-js/stdlib/pull/3370) _(by stdlib-bot)_ - [`1aae203`](https://github.com/stdlib-js/stdlib/commit/1aae2038eda97d6d0cc6460b96c56d797d2ccbc8) - **docs:** update namespace table of contents [(#3373)](https://github.com/stdlib-js/stdlib/pull/3373) _(by stdlib-bot, Philipp Burckhardt)_ diff --git a/base/dasum/README.md b/base/dasum/README.md index c8e3b9c5..cd14d75b 100644 --- a/base/dasum/README.md +++ b/base/dasum/README.md @@ -301,7 +301,7 @@ int main( void ) { ## See Also -- [`@stdlib/blas/base/daxpy`][@stdlib/blas/base/daxpy]: multiply a vector x by a constant and add the result to y. +- [`@stdlib/blas/base/daxpy`][@stdlib/blas/base/daxpy]: multiply a vector `x` by a constant and add the result to `y`. - [`@stdlib/blas/base/gasum`][@stdlib/blas/base/gasum]: compute the sum of absolute values (L1 norm). - [`@stdlib/blas/base/sasum`][@stdlib/blas/base/sasum]: compute the sum of absolute values (L1 norm). - [`@stdlib/blas/ext/base/dsum`][@stdlib/blas/ext/base/dsum]: calculate the sum of double-precision floating-point strided array elements. diff --git a/ext/base/dapxsumkbn/README.md b/ext/base/dapxsumkbn/README.md index f6ca6275..cc00f84f 100644 --- a/ext/base/dapxsumkbn/README.md +++ b/ext/base/dapxsumkbn/README.md @@ -283,10 +283,10 @@ int main( void ) { ## See Also -- [`@stdlib/blas/ext/base/dapxsum`][@stdlib/blas/ext/base/dapxsum]: adds a constant to each double-precision floating-point strided array element and computes the sum. +- [`@stdlib/blas/ext/base/dapxsum`][@stdlib/blas/ext/base/dapxsum]: add a scalar constant to each double-precision floating-point strided array element and compute the sum. - [`@stdlib/blas/ext/base/dsumkbn`][@stdlib/blas/ext/base/dsumkbn]: calculate the sum of double-precision floating-point strided array elements using an improved Kahan–Babuška algorithm. -- [`@stdlib/blas/ext/base/gapxsumkbn`][@stdlib/blas/ext/base/gapxsumkbn]: adds a constant to each strided array element and computes the sum using an improved Kahan–Babuška algorithm. -- [`@stdlib/blas/ext/base/sapxsumkbn`][@stdlib/blas/ext/base/sapxsumkbn]: adds a constant to each single-precision floating-point strided array element and computes the sum using an improved Kahan–Babuška algorithm. +- [`@stdlib/blas/ext/base/gapxsumkbn`][@stdlib/blas/ext/base/gapxsumkbn]: add a constant to each strided array element and compute the sum using an improved Kahan–Babuška algorithm. +- [`@stdlib/blas/ext/base/sapxsumkbn`][@stdlib/blas/ext/base/sapxsumkbn]: add a constant to each single-precision floating-point strided array element and compute the sum using an improved Kahan–Babuška algorithm.