Skip to content

Commit fb8d458

Browse files
stdlib-botkgryte
andauthored
docs: update namespace table of contents
PR-URL: stdlib-js#2383 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 1e37af3 commit fb8d458

File tree

1 file changed

+6
-0
lines changed
  • lib/node_modules/@stdlib/blas/base/assert

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,10 @@ var o = ns;
4343

4444
<div class="namespace-toc">
4545

46+
- <span class="signature">[`isDiagonalType( value )`][@stdlib/blas/base/assert/is-diagonal-type]</span><span class="delimiter">: </span><span class="description">test if an input value is a BLAS diagonal type.</span>
4647
- <span class="signature">[`isLayout( value )`][@stdlib/blas/base/assert/is-layout]</span><span class="delimiter">: </span><span class="description">test if an input value is a BLAS memory layout.</span>
4748
- <span class="signature">[`isMatrixTriangle( value )`][@stdlib/blas/base/assert/is-matrix-triangle]</span><span class="delimiter">: </span><span class="description">test if an input value is a BLAS matrix triangle.</span>
49+
- <span class="signature">[`isOperationSide( value )`][@stdlib/blas/base/assert/is-operation-side]</span><span class="delimiter">: </span><span class="description">test if an input value is a BLAS operation side.</span>
4850
- <span class="signature">[`isTransposeOperation( value )`][@stdlib/blas/base/assert/is-transpose-operation]</span><span class="delimiter">: </span><span class="description">test if an input value is a BLAS transpose operation.</span>
4951

5052
</div>
@@ -88,10 +90,14 @@ console.log( objectKeys( ns ) );
8890

8991
<!-- <toc-links> -->
9092

93+
[@stdlib/blas/base/assert/is-diagonal-type]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/blas/base/assert/is-diagonal-type
94+
9195
[@stdlib/blas/base/assert/is-layout]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/blas/base/assert/is-layout
9296

9397
[@stdlib/blas/base/assert/is-matrix-triangle]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/blas/base/assert/is-matrix-triangle
9498

99+
[@stdlib/blas/base/assert/is-operation-side]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/blas/base/assert/is-operation-side
100+
95101
[@stdlib/blas/base/assert/is-transpose-operation]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/blas/base/assert/is-transpose-operation
96102

97103
<!-- </toc-links> -->

0 commit comments

Comments
 (0)