Skip to content

Commit 868c9aa

Browse files
committed
docs: update ToC
1 parent f1128aa commit 868c9aa

File tree

1 file changed

+23
-10
lines changed

1 file changed

+23
-10
lines changed

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

Lines changed: 23 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ var o = blas;
4141

4242
### BLAS Level 1
4343

44-
<!-- <toc pattern="+(*asum|*axpy|*cabs|*copy|*dot*|*nrm2|*rot*|*scal|*swap)"> -->
44+
<!-- <toc pattern="+(*amax|*asum|*axpy|*copy|*dot*|*imax1|*nrm2|*rot*|*scal|*sum1|*swap)"> -->
4545

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

@@ -80,16 +80,33 @@ var o = blas;
8080

8181
<!-- </toc> -->
8282

83+
### BLAS Level 2
84+
85+
<!-- <toc pattern="+(*gemv|*ger|*hemv|*symv|*her*|*syr*|*trmv|*trsv|*pmv|*hpmv|*spmv|*hpr*|*spr*|*tmpv|*tpsv|*gbmv|*hbmv|*sbmv|*tbmv|*tbsv)"> -->
86+
87+
<!-- </toc> -->
88+
89+
### BLAS Level 3
90+
91+
<!-- <toc pattern="+(*gemm|*hemm|*symm|*herk|*syrk|*her2k|*syr2k|*trmm|*trsm)"> -->
92+
93+
<!-- </toc> -->
94+
95+
### Scalar Operations
96+
97+
<!-- <toc pattern="+(*abs1)"> -->
98+
99+
<!-- </toc> -->
100+
83101
### Auxiliary BLAS
84102

85-
<!-- <toc pattern="+(*amax|*lsame|*xerbla*)"> -->
103+
<!-- <toc pattern="+(*lsame|*xerbla)"> -->
86104

87-
<div class="namespace-toc">
105+
<!-- </toc> -->
88106

89-
- <span class="signature">[`idamax( N, x, strideX )`][@stdlib/blas/base/idamax]</span><span class="delimiter">: </span><span class="description">find the index of the first element having the maximum absolute value.</span>
90-
- <span class="signature">[`isamax( N, x, strideX )`][@stdlib/blas/base/isamax]</span><span class="delimiter">: </span><span class="description">find the index of the first element having the maximum absolute value.</span>
107+
### Utilities
91108

92-
</div>
109+
<!-- <toc pattern="+(*assert|*diagonal*|*layout*|*matrix*|*operation*|*transpose*)"> -->
93110

94111
<!-- </toc> -->
95112

@@ -130,10 +147,6 @@ console.log( objectKeys( blas ) );
130147

131148
<!-- <toc-links> -->
132149

133-
[@stdlib/blas/base/idamax]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/blas/base/idamax
134-
135-
[@stdlib/blas/base/isamax]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/blas/base/isamax
136-
137150
[@stdlib/blas/base/ccopy]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/blas/base/ccopy
138151

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

0 commit comments

Comments
 (0)