Skip to content

Commit e67b649

Browse files
stdlib-botkgryte
andauthored
docs: update namespace table of contents
PR-URL: #2691 Co-authored-by: Athan Reines <kgryte@gmail.com> Reviewed-by: Athan Reines <kgryte@gmail.com> Signed-off-by: stdlib-bot <82920195+stdlib-bot@users.noreply.github.com>
1 parent 5f94431 commit e67b649

File tree

1 file changed

+3
-0
lines changed
  • lib/node_modules/@stdlib/lapack/base

1 file changed

+3
-0
lines changed

lib/node_modules/@stdlib/lapack/base/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ The namespace contains the following:
4545

4646
<div class="namespace-toc">
4747

48+
- <span class="signature">[`dlacpy( order, uplo, M, N, A, LDA, B, LDB )`][@stdlib/lapack/base/dlacpy]</span><span class="delimiter">: </span><span class="description">copy all or part of a matrix `A` to another matrix `B`.</span>
4849
- <span class="signature">[`dlaswp( N, A, LDA, k1, k2, IPIV, incx )`][@stdlib/lapack/base/dlaswp]</span><span class="delimiter">: </span><span class="description">perform a series of row interchanges on an input matrix.</span>
4950

5051
</div>
@@ -88,6 +89,8 @@ console.log( objectKeys( lapack ) );
8889

8990
<!-- <toc-links> -->
9091

92+
[@stdlib/lapack/base/dlacpy]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/lapack/base/dlacpy
93+
9194
[@stdlib/lapack/base/dlaswp]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/lapack/base/dlaswp
9295

9396
<!-- </toc-links> -->

0 commit comments

Comments
 (0)