Skip to content

Commit 01e89e9

Browse files
docs: update namespace table of contents
PR-URL: #13432 Co-authored-by: Philipp Burckhardt <pburckhardt@outlook.com> Reviewed-by: Philipp Burckhardt <pburckhardt@outlook.com> Signed-off-by: stdlib-bot <82920195+stdlib-bot@users.noreply.github.com>
1 parent 7d7370b commit 01e89e9

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

  • lib/node_modules/@stdlib/blas/ext/base

lib/node_modules/@stdlib/blas/ext/base/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ var o = ns;
126126
- <span class="signature">[`dnone( N, x, strideX )`][@stdlib/blas/ext/base/dnone]</span><span class="delimiter">: </span><span class="description">test whether every element in a double-precision floating-point strided array is falsy.</span>
127127
- <span class="signature">[`doneTo( N, x, strideX )`][@stdlib/blas/ext/base/done-to]</span><span class="delimiter">: </span><span class="description">fill a double-precision floating-point strided array with linearly spaced numeric elements which increment by `1` starting from one.</span>
128128
- <span class="signature">[`dones( N, x, strideX )`][@stdlib/blas/ext/base/dones]</span><span class="delimiter">: </span><span class="description">fill a double-precision floating-point strided array with ones.</span>
129+
- <span class="signature">[`dreplicate( N, k, x, strideX, out, strideOut )`][@stdlib/blas/ext/base/dreplicate]</span><span class="delimiter">: </span><span class="description">replicate each element in a double-precision floating-point strided array a specified number of times.</span>
129130
- <span class="signature">[`drev( N, x, strideX )`][@stdlib/blas/ext/base/drev]</span><span class="delimiter">: </span><span class="description">reverse a double-precision floating-point strided array in-place.</span>
130131
- <span class="signature">[`drrss( N, x, strideX, y, strideY )`][@stdlib/blas/ext/base/drrss]</span><span class="delimiter">: </span><span class="description">calculate the square root of the residual sum of squares of two double-precision floating-point strided arrays.</span>
131132
- <span class="signature">[`drss( N, x, strideX, y, strideY )`][@stdlib/blas/ext/base/drss]</span><span class="delimiter">: </span><span class="description">calculate the residual sum of squares of two double-precision floating-point strided arrays.</span>
@@ -320,6 +321,7 @@ var o = ns;
320321
- <span class="signature">[`snone( N, x, strideX )`][@stdlib/blas/ext/base/snone]</span><span class="delimiter">: </span><span class="description">test whether every element in a single-precision floating-point strided array is falsy.</span>
321322
- <span class="signature">[`soneTo( N, x, strideX )`][@stdlib/blas/ext/base/sone-to]</span><span class="delimiter">: </span><span class="description">fill a single-precision floating-point strided array with linearly spaced numeric elements which increment by `1` starting from one.</span>
322323
- <span class="signature">[`sones( N, x, strideX )`][@stdlib/blas/ext/base/sones]</span><span class="delimiter">: </span><span class="description">fill a single-precision floating-point strided array with ones.</span>
324+
- <span class="signature">[`sreplicate( N, k, x, strideX, out, strideOut )`][@stdlib/blas/ext/base/sreplicate]</span><span class="delimiter">: </span><span class="description">replicate each single-precision floating-point strided array element a specified number of times.</span>
323325
- <span class="signature">[`srev( N, x, strideX )`][@stdlib/blas/ext/base/srev]</span><span class="delimiter">: </span><span class="description">reverse a single-precision floating-point strided array in-place.</span>
324326
- <span class="signature">[`ssome( N, k, x, strideX )`][@stdlib/blas/ext/base/ssome]</span><span class="delimiter">: </span><span class="description">test whether a single-precision floating-point strided array contains at least `k` truthy elements.</span>
325327
- <span class="signature">[`ssort( N, order, x, strideX )`][@stdlib/blas/ext/base/ssort]</span><span class="delimiter">: </span><span class="description">sort a single-precision floating-point strided array.</span>
@@ -586,6 +588,8 @@ console.log( objectKeys( ns ) );
586588

587589
[@stdlib/blas/ext/base/dones]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/blas/ext/base/dones
588590

591+
[@stdlib/blas/ext/base/dreplicate]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/blas/ext/base/dreplicate
592+
589593
[@stdlib/blas/ext/base/drev]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/blas/ext/base/drev
590594

591595
[@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 ) );
974978

975979
[@stdlib/blas/ext/base/sones]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/blas/ext/base/sones
976980

981+
[@stdlib/blas/ext/base/sreplicate]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/blas/ext/base/sreplicate
982+
977983
[@stdlib/blas/ext/base/srev]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/blas/ext/base/srev
978984

979985
[@stdlib/blas/ext/base/ssome]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/blas/ext/base/ssome

0 commit comments

Comments
 (0)