From 52344eea3e070339cda8ad2e644c2b5c7b8b0bf9 Mon Sep 17 00:00:00 2001
From: Planeshifter <1913638+Planeshifter@users.noreply.github.com>
Date: Sun, 12 Jul 2026 03:21:49 +0000
Subject: [PATCH] docs: update namespace table of contents
Signed-off-by: stdlib-bot <82920195+stdlib-bot@users.noreply.github.com>
---
lib/node_modules/@stdlib/blas/ext/base/README.md | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/lib/node_modules/@stdlib/blas/ext/base/README.md b/lib/node_modules/@stdlib/blas/ext/base/README.md
index 1feee61eb643..f145208ec5b2 100644
--- a/lib/node_modules/@stdlib/blas/ext/base/README.md
+++ b/lib/node_modules/@stdlib/blas/ext/base/README.md
@@ -126,6 +126,7 @@ var o = ns;
- [`dnone( N, x, strideX )`][@stdlib/blas/ext/base/dnone]: test whether every element in a double-precision floating-point strided array is falsy.
- [`doneTo( N, x, strideX )`][@stdlib/blas/ext/base/done-to]: fill a double-precision floating-point strided array with linearly spaced numeric elements which increment by `1` starting from one.
- [`dones( N, x, strideX )`][@stdlib/blas/ext/base/dones]: fill a double-precision floating-point strided array with ones.
+- [`dreplicate( N, k, x, strideX, out, strideOut )`][@stdlib/blas/ext/base/dreplicate]: replicate each element in a double-precision floating-point strided array a specified number of times.
- [`drev( N, x, strideX )`][@stdlib/blas/ext/base/drev]: reverse a double-precision floating-point strided array in-place.
- [`drrss( N, x, strideX, y, strideY )`][@stdlib/blas/ext/base/drrss]: calculate the square root of the residual sum of squares of two double-precision floating-point strided arrays.
- [`drss( N, x, strideX, y, strideY )`][@stdlib/blas/ext/base/drss]: calculate the residual sum of squares of two double-precision floating-point strided arrays.
@@ -320,6 +321,7 @@ var o = ns;
- [`snone( N, x, strideX )`][@stdlib/blas/ext/base/snone]: test whether every element in a single-precision floating-point strided array is falsy.
- [`soneTo( N, x, strideX )`][@stdlib/blas/ext/base/sone-to]: fill a single-precision floating-point strided array with linearly spaced numeric elements which increment by `1` starting from one.
- [`sones( N, x, strideX )`][@stdlib/blas/ext/base/sones]: fill a single-precision floating-point strided array with ones.
+- [`sreplicate( N, k, x, strideX, out, strideOut )`][@stdlib/blas/ext/base/sreplicate]: replicate each single-precision floating-point strided array element a specified number of times.
- [`srev( N, x, strideX )`][@stdlib/blas/ext/base/srev]: reverse a single-precision floating-point strided array in-place.
- [`ssome( N, k, x, strideX )`][@stdlib/blas/ext/base/ssome]: test whether a single-precision floating-point strided array contains at least `k` truthy elements.
- [`ssort( N, order, x, strideX )`][@stdlib/blas/ext/base/ssort]: sort a single-precision floating-point strided array.
@@ -586,6 +588,8 @@ console.log( objectKeys( ns ) );
[@stdlib/blas/ext/base/dones]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/blas/ext/base/dones
+[@stdlib/blas/ext/base/dreplicate]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/blas/ext/base/dreplicate
+
[@stdlib/blas/ext/base/drev]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/blas/ext/base/drev
[@stdlib/blas/ext/base/drrss]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/blas/ext/base/drrss
@@ -974,6 +978,8 @@ console.log( objectKeys( ns ) );
[@stdlib/blas/ext/base/sones]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/blas/ext/base/sones
+[@stdlib/blas/ext/base/sreplicate]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/blas/ext/base/sreplicate
+
[@stdlib/blas/ext/base/srev]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/blas/ext/base/srev
[@stdlib/blas/ext/base/ssome]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/blas/ext/base/ssome