From 54623766c1478c1edf810b74cad997e193172aeb Mon Sep 17 00:00:00 2001 From: Planeshifter <1913638+Planeshifter@users.noreply.github.com> Date: Thu, 4 Jun 2026 03:33:41 +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/assert/README.md | 3 +++ lib/node_modules/@stdlib/blas/ext/base/README.md | 9 +++++++++ 2 files changed, 12 insertions(+) diff --git a/lib/node_modules/@stdlib/assert/README.md b/lib/node_modules/@stdlib/assert/README.md index 22543fabb586..c25480dc80d7 100644 --- a/lib/node_modules/@stdlib/assert/README.md +++ b/lib/node_modules/@stdlib/assert/README.md @@ -520,6 +520,7 @@ The remaining namespace utilities are as follows: - [`isStructConstructorLike( value )`][@stdlib/assert/is-struct-constructor-like]: test if a value is struct constructor-like. - [`isStruct( value )`][@stdlib/assert/is-struct]: test if a value is a `struct` instance. - [`isTruthy( value )`][@stdlib/assert/is-truthy]: test if a value is truthy. +- [`isUint64( value )`][@stdlib/assert/is-uint64]: test if a value is an unsigned 64-bit integer. - [`isUNCPath( value )`][@stdlib/assert/is-unc-path]: test if a value is a UNC path. - [`isUndefinedOrNull( value )`][@stdlib/assert/is-undefined-or-null]: test if a value is undefined or null. - [`isUppercase( value )`][@stdlib/assert/is-uppercase]: test if a value is an uppercase string. @@ -816,6 +817,8 @@ console.log( objectKeys( assert ) ); [@stdlib/assert/is-truthy]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-truthy +[@stdlib/assert/is-uint64]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-uint64 + [@stdlib/assert/is-unc-path]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-unc-path [@stdlib/assert/is-undefined-or-null]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-undefined-or-null diff --git a/lib/node_modules/@stdlib/blas/ext/base/README.md b/lib/node_modules/@stdlib/blas/ext/base/README.md index 7b816e4a0a23..14f227253d2a 100644 --- a/lib/node_modules/@stdlib/blas/ext/base/README.md +++ b/lib/node_modules/@stdlib/blas/ext/base/README.md @@ -100,6 +100,7 @@ var o = ns; - [`dnansumors( N, x, strideX )`][@stdlib/blas/ext/base/dnansumors]: calculate the sum of double-precision floating-point strided array elements, ignoring `NaN` values and using ordinary recursive summation. - [`dnansumpw( N, x, strideX )`][@stdlib/blas/ext/base/dnansumpw]: calculate the sum of double-precision floating-point strided array elements, ignoring `NaN` values and using pairwise summation. - [`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. - [`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. @@ -206,6 +207,7 @@ var o = ns; - [`sapxsumpw( N, alpha, x, strideX )`][@stdlib/blas/ext/base/sapxsumpw]: add a scalar constant to each single-precision floating-point strided array element and compute the sum using pairwise summation. - [`sasumpw( N, x, strideX )`][@stdlib/blas/ext/base/sasumpw]: calculate the sum of absolute values (_L1_ norm) of single-precision floating-point strided array elements using pairwise summation. - [`saxpb( N, alpha, beta, x, strideX )`][@stdlib/blas/ext/base/saxpb]: multiply each element in a single-precision floating-point strided array by a scalar constant and add a scalar constant to each result. +- [`saxpby( N, alpha, x, strideX, beta, y, strideY )`][@stdlib/blas/ext/base/saxpby]: multiply a single-precision floating-point strided array `x` by a constant and add the result to a single-precision floating-point strided array `y` multiplied by a constant. - [`scartesianPower( order, N, k, x, strideX, out, LDO )`][@stdlib/blas/ext/base/scartesian-power]: compute the Cartesian power for a single-precision floating-point strided array. - [`scartesianSquare( order, N, x, strideX, out, LDO )`][@stdlib/blas/ext/base/scartesian-square]: compute the Cartesian square for a single-precision floating-point strided array. - [`scircshift( N, k, x, strideX )`][@stdlib/blas/ext/base/scircshift]: circularly shift the elements of a single-precision floating-point strided array by a specified number of positions. @@ -237,6 +239,7 @@ var o = ns; - [`snansumors( N, x, strideX )`][@stdlib/blas/ext/base/snansumors]: calculate the sum of single-precision floating-point strided array elements, ignoring `NaN` values and using ordinary recursive summation. - [`snansumpw( N, x, strideX )`][@stdlib/blas/ext/base/snansumpw]: calculate the sum of single-precision floating-point strided array elements, ignoring `NaN` values and using pairwise summation. - [`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. - [`srev( N, x, strideX )`][@stdlib/blas/ext/base/srev]: reverse a single-precision floating-point strided array in-place. - [`ssort( N, order, x, strideX )`][@stdlib/blas/ext/base/ssort]: sort a single-precision floating-point strided array. - [`ssort2hp( N, order, x, strideX, y, strideY )`][@stdlib/blas/ext/base/ssort2hp]: simultaneously sort two single-precision floating-point strided arrays based on the sort order of the first array using heapsort. @@ -437,6 +440,8 @@ console.log( objectKeys( ns ) ); [@stdlib/blas/ext/base/done-to]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/blas/ext/base/done-to +[@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/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 @@ -649,6 +654,8 @@ console.log( objectKeys( ns ) ); [@stdlib/blas/ext/base/saxpb]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/blas/ext/base/saxpb +[@stdlib/blas/ext/base/saxpby]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/blas/ext/base/saxpby + [@stdlib/blas/ext/base/scartesian-power]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/blas/ext/base/scartesian-power [@stdlib/blas/ext/base/scartesian-square]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/blas/ext/base/scartesian-square @@ -711,6 +718,8 @@ console.log( objectKeys( ns ) ); [@stdlib/blas/ext/base/sone-to]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/blas/ext/base/sone-to +[@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/srev]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/blas/ext/base/srev [@stdlib/blas/ext/base/ssort]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/blas/ext/base/ssort