Skip to content

Commit 4569092

Browse files
docs: update namespace table of contents
PR-URL: #2692 Reviewed-by: Athan Reines <[email protected]> Signed-off-by: stdlib-bot <[email protected]> Co-authored-by: Philipp Burckhardt <[email protected]>
1 parent fbfb30f commit 4569092

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

+3
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ The namespace contains the following:
4747

4848
- <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>
4949
- <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>
50+
- <span class="signature">[`dpttrf( N, D, E )`][@stdlib/lapack/base/dpttrf]</span><span class="delimiter">: </span><span class="description">compute the `L * D * L^T` factorization of a real symmetric positive definite tridiagonal matrix `A`.</span>
5051

5152
</div>
5253

@@ -93,6 +94,8 @@ console.log( objectKeys( lapack ) );
9394

9495
[@stdlib/lapack/base/dlaswp]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/lapack/base/dlaswp
9596

97+
[@stdlib/lapack/base/dpttrf]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/lapack/base/dpttrf
98+
9699
<!-- </toc-links> -->
97100

98101
</section>

0 commit comments

Comments
 (0)