From 49c10d2120ce5ba993fd141bf1f8cfc205378b8b Mon Sep 17 00:00:00 2001 From: stdlib-bot Date: Mon, 23 Dec 2024 23:42:53 +0000 Subject: [PATCH] Auto-generated commit --- CHANGELOG.md | 1 + base/gscal/README.md | 2 +- ext/base/dapxsum/README.md | 6 +++--- ext/base/gapxsumkbn/README.md | 6 +++--- 4 files changed, 8 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ab9178f4..01a666268 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1202,6 +1202,7 @@ A total of 8 people contributed to this release. Thank you to the following cont
+- [`d3d3d14`](https://github.com/stdlib-js/stdlib/commit/d3d3d14939ac77ab7d5a4476551108f8ff1c3f1f) - **docs:** update related packages sections [(#4149)](https://github.com/stdlib-js/stdlib/pull/4149) _(by stdlib-bot, Philipp Burckhardt)_ - [`62364f6`](https://github.com/stdlib-js/stdlib/commit/62364f62ea823a3b52c2ad25660ecd80c71f8f36) - **style:** fix C comment alignment _(by Philipp Burckhardt)_ - [`2ea848b`](https://github.com/stdlib-js/stdlib/commit/2ea848b62b686e1e9d861f7df25ece23a7d80798) - **style:** update to use tabs for indentation _(by Philipp Burckhardt)_ - [`6a0d6b8`](https://github.com/stdlib-js/stdlib/commit/6a0d6b861f8e2079a501ca4e46a9175440eedb46) - **style:** update to use tabs for indentation _(by Philipp Burckhardt)_ diff --git a/base/gscal/README.md b/base/gscal/README.md index 62f8b0182..66e5a9c4a 100644 --- a/base/gscal/README.md +++ b/base/gscal/README.md @@ -147,7 +147,7 @@ console.log( x ); ## See Also - [`@stdlib/blas/base/dscal`][@stdlib/blas/base/dscal]: multiply a double-precision floating-point vector by a constant. -- [`@stdlib/blas/base/gaxpy`][@stdlib/blas/base/gaxpy]: multiply x by a constant and add the result to y. +- [`@stdlib/blas/base/gaxpy`][@stdlib/blas/base/gaxpy]: multiply a vector `x` by a constant and add the result to `y`. - [`@stdlib/blas/base/sscal`][@stdlib/blas/base/sscal]: multiply a single-precision floating-point vector by a constant. diff --git a/ext/base/dapxsum/README.md b/ext/base/dapxsum/README.md index 3862acef8..245c81f9b 100644 --- a/ext/base/dapxsum/README.md +++ b/ext/base/dapxsum/README.md @@ -279,10 +279,10 @@ int main( void ) { ## See Also -- [`@stdlib/blas/ext/base/dapxsumpw`][@stdlib/blas/ext/base/dapxsumpw]: adds a constant to each double-precision floating-point strided array element and computes the sum using pairwise summation. +- [`@stdlib/blas/ext/base/dapxsumpw`][@stdlib/blas/ext/base/dapxsumpw]: add a scalar constant to each double-precision floating-point strided array element and compute the sum using pairwise summation. - [`@stdlib/blas/ext/base/dsum`][@stdlib/blas/ext/base/dsum]: calculate the sum of double-precision floating-point strided array elements. -- [`@stdlib/blas/ext/base/gapxsum`][@stdlib/blas/ext/base/gapxsum]: adds a constant to each strided array element and computes the sum. -- [`@stdlib/blas/ext/base/sapxsum`][@stdlib/blas/ext/base/sapxsum]: adds a constant to each single-precision floating-point strided array element and computes the sum. +- [`@stdlib/blas/ext/base/gapxsum`][@stdlib/blas/ext/base/gapxsum]: add a constant to each strided array element and compute the sum. +- [`@stdlib/blas/ext/base/sapxsum`][@stdlib/blas/ext/base/sapxsum]: add a constant to each single-precision floating-point strided array element and compute the sum. diff --git a/ext/base/gapxsumkbn/README.md b/ext/base/gapxsumkbn/README.md index 15d9b93a1..53477855c 100644 --- a/ext/base/gapxsumkbn/README.md +++ b/ext/base/gapxsumkbn/README.md @@ -175,10 +175,10 @@ console.log( v ); ## See Also -- [`@stdlib/blas/ext/base/dapxsumkbn`][@stdlib/blas/ext/base/dapxsumkbn]: adds a constant to each double-precision floating-point strided array element and computes the sum using an improved Kahan–Babuška algorithm. -- [`@stdlib/blas/ext/base/gapxsum`][@stdlib/blas/ext/base/gapxsum]: adds a constant to each strided array element and computes the sum. +- [`@stdlib/blas/ext/base/dapxsumkbn`][@stdlib/blas/ext/base/dapxsumkbn]: add a constant to each double-precision floating-point strided array element and compute the sum using an improved Kahan–Babuška algorithm. +- [`@stdlib/blas/ext/base/gapxsum`][@stdlib/blas/ext/base/gapxsum]: add a constant to each strided array element and compute the sum. - [`@stdlib/blas/ext/base/gsumkbn`][@stdlib/blas/ext/base/gsumkbn]: calculate the sum of strided array elements 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/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.