diff --git a/lib/node_modules/@stdlib/array/base/ones4d/README.md b/lib/node_modules/@stdlib/array/base/ones4d/README.md index 6c9020181acf..9a5cc12705d3 100644 --- a/lib/node_modules/@stdlib/array/base/ones4d/README.md +++ b/lib/node_modules/@stdlib/array/base/ones4d/README.md @@ -95,6 +95,17 @@ out = ones4d( [ 1, 1, 3, 1 ] ); @@ -103,6 +114,22 @@ out = ones4d( [ 1, 1, 3, 1 ] ); diff --git a/lib/node_modules/@stdlib/blas/ext/base/gapxsumpw/README.md b/lib/node_modules/@stdlib/blas/ext/base/gapxsumpw/README.md index 59b57d225f79..d15fe175ff4a 100644 --- a/lib/node_modules/@stdlib/blas/ext/base/gapxsumpw/README.md +++ b/lib/node_modules/@stdlib/blas/ext/base/gapxsumpw/README.md @@ -176,10 +176,10 @@ console.log( v ); ## 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/gapxsum`][@stdlib/blas/ext/base/gapxsum]: adds a constant to each strided array element and computes the sum. +- [`@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/gapxsum`][@stdlib/blas/ext/base/gapxsum]: add a constant to each strided array element and compute the sum. - [`@stdlib/blas/ext/base/gsumpw`][@stdlib/blas/ext/base/gsumpw]: calculate the sum of strided array elements using pairwise summation. -- [`@stdlib/blas/ext/base/sapxsumpw`][@stdlib/blas/ext/base/sapxsumpw]: adds a constant to each single-precision floating-point strided array element and computes the sum using pairwise summation. +- [`@stdlib/blas/ext/base/sapxsumpw`][@stdlib/blas/ext/base/sapxsumpw]: add a constant to each single-precision floating-point strided array element and compute the sum using pairwise summation. diff --git a/lib/node_modules/@stdlib/constants/float32/max-base10-exponent/README.md b/lib/node_modules/@stdlib/constants/float32/max-base10-exponent/README.md index e505a1e7114b..c350ba635113 100644 --- a/lib/node_modules/@stdlib/constants/float32/max-base10-exponent/README.md +++ b/lib/node_modules/@stdlib/constants/float32/max-base10-exponent/README.md @@ -130,7 +130,8 @@ Macro for the maximum base 10 exponent for a [single-precision floating-point nu ## See Also -- [`@stdlib/constants/float32/max-base2-exponent`][@stdlib/constants/float32/max-base2-exponent]: the maximum biased base 2 exponent for a single-precision floating-point number. +- [`@stdlib/constants/float32/max-base10-exponent-subnormal`][@stdlib/constants/float32/max-base10-exponent-subnormal]: the maximum base 10 exponent for a subnormal single-precision floating-point number. +- [`@stdlib/constants/float64/max-base10-exponent`][@stdlib/constants/float64/max-base10-exponent]: the maximum base 10 exponent for a double-precision floating-point number. @@ -144,7 +145,9 @@ Macro for the maximum base 10 exponent for a [single-precision floating-point nu -[@stdlib/constants/float32/max-base2-exponent]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/constants/float32/max-base2-exponent +[@stdlib/constants/float32/max-base10-exponent-subnormal]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/constants/float32/max-base10-exponent-subnormal + +[@stdlib/constants/float64/max-base10-exponent]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/constants/float64/max-base10-exponent diff --git a/lib/node_modules/@stdlib/constants/float32/min-base10-exponent-subnormal/README.md b/lib/node_modules/@stdlib/constants/float32/min-base10-exponent-subnormal/README.md index 277a53575e78..a0d340455e88 100644 --- a/lib/node_modules/@stdlib/constants/float32/min-base10-exponent-subnormal/README.md +++ b/lib/node_modules/@stdlib/constants/float32/min-base10-exponent-subnormal/README.md @@ -126,6 +126,13 @@ Macro for the minimum base 10 exponent for a subnormal [single-precision floatin @@ -138,6 +145,10 @@ Macro for the minimum base 10 exponent for a subnormal [single-precision floatin +[@stdlib/constants/float32/min-base10-exponent]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/constants/float32/min-base10-exponent + +[@stdlib/constants/float64/min-base10-exponent-subnormal]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/constants/float64/min-base10-exponent-subnormal + diff --git a/lib/node_modules/@stdlib/ndarray/iter/subarrays/README.md b/lib/node_modules/@stdlib/ndarray/iter/subarrays/README.md index c93a63e6e6e4..64944d4f38af 100644 --- a/lib/node_modules/@stdlib/ndarray/iter/subarrays/README.md +++ b/lib/node_modules/@stdlib/ndarray/iter/subarrays/README.md @@ -170,6 +170,16 @@ while ( true ) { @@ -184,6 +194,18 @@ while ( true ) { [@stdlib/ndarray/slice]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/ndarray/slice + + +[@stdlib/ndarray/iter/columns]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/ndarray/iter/columns + +[@stdlib/ndarray/iter/matrices]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/ndarray/iter/matrices + +[@stdlib/ndarray/iter/rows]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/ndarray/iter/rows + +[@stdlib/ndarray/iter/stacks]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/ndarray/iter/stacks + + +