Skip to content

Commit c067b6c

Browse files
docs: update namespace table of contents
PR-URL: #2576 Reviewed-by: Athan Reines <kgryte@gmail.com> Signed-off-by: stdlib-bot <82920195+stdlib-bot@users.noreply.github.com> Co-authored-by: Philipp Burckhardt <pburckhardt@outlook.com>
1 parent ed638e3 commit c067b6c

File tree

3 files changed

+25
-1
lines changed

3 files changed

+25
-1
lines changed

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,12 @@ The namespace contains the following:
4343

4444
<!-- <toc pattern="*"> -->
4545

46+
<div class="namespace-toc">
47+
48+
- <span class="signature">[`base`][@stdlib/lapack/base]</span><span class="delimiter">: </span><span class="description">base (i.e., lower-level) linear algebra package (LAPACK) routines.</span>
49+
50+
</div>
51+
4652
<!-- </toc> -->
4753

4854
</section>
@@ -80,6 +86,12 @@ console.log( objectKeys( lapack ) );
8086

8187
<section class="links">
8288

89+
<!-- <toc-links> -->
90+
91+
[@stdlib/lapack/base]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/lapack/base
92+
93+
<!-- </toc-links> -->
94+
8395
</section>
8496

8597
<!-- /.links -->

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,12 @@ The namespace contains the following:
4343

4444
<!-- <toc pattern="*"> -->
4545

46+
<div class="namespace-toc">
47+
48+
- <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>
49+
50+
</div>
51+
4652
<!-- </toc> -->
4753

4854
</section>
@@ -80,6 +86,12 @@ console.log( objectKeys( lapack ) );
8086

8187
<section class="links">
8288

89+
<!-- <toc-links> -->
90+
91+
[@stdlib/lapack/base/dlaswp]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/lapack/base/dlaswp
92+
93+
<!-- </toc-links> -->
94+
8395
</section>
8496

8597
<!-- /.links -->

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ var o = ns;
5454
- <span class="signature">[`bufferCtors( dtype )`][@stdlib/ndarray/base/buffer-ctors]</span><span class="delimiter">: </span><span class="description">ndarray data buffer constructors.</span>
5555
- <span class="signature">[`bufferDataTypeEnum( buffer )`][@stdlib/ndarray/base/buffer-dtype-enum]</span><span class="delimiter">: </span><span class="description">return the data type enumeration constant of an ndarray data buffer.</span>
5656
- <span class="signature">[`bufferDataType( buffer )`][@stdlib/ndarray/base/buffer-dtype]</span><span class="delimiter">: </span><span class="description">return the data type of an ndarray data buffer.</span>
57-
- <span class="signature">[`buffer( dtype, size )`][@stdlib/ndarray/base/buffer]</span><span class="delimiter">: </span><span class="description">create a zero-filled contiguous linear ndarray data buffer.</span>
57+
- <span class="signature">[`buffer( dtype, size )`][@stdlib/ndarray/base/buffer]</span><span class="delimiter">: </span><span class="description">create a contiguous linear ndarray data buffer.</span>
5858
- <span class="signature">[`bytesPerElement( dtype )`][@stdlib/ndarray/base/bytes-per-element]</span><span class="delimiter">: </span><span class="description">return the number of bytes per element provided an underlying array data type.</span>
5959
- <span class="signature">[`char2dtype( [ch] )`][@stdlib/ndarray/base/char2dtype]</span><span class="delimiter">: </span><span class="description">return the data type string associated with a provided single letter character abbreviation.</span>
6060
- <span class="signature">[`clampIndex( idx, max )`][@stdlib/ndarray/base/clamp-index]</span><span class="delimiter">: </span><span class="description">restrict an index to the interval `[0,max]`.</span>

0 commit comments

Comments
 (0)