You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/assert/tools/README.md
+18
Original file line number
Diff line number
Diff line change
@@ -43,6 +43,14 @@ The namespace contains the following:
43
43
44
44
<!-- <toc pattern="*"> -->
45
45
46
+
<divclass="namespace-toc">
47
+
48
+
- <spanclass="signature">[`arrayfcn( predicate )`][@stdlib/assert/tools/array-function]</span><spanclass="delimiter">: </span><spanclass="description">return a function which tests if every element in an array passes a test condition.</span>
49
+
- <spanclass="signature">[`arraylikefcn( predicate )`][@stdlib/assert/tools/array-like-function]</span><spanclass="delimiter">: </span><spanclass="description">return a function which tests if every element in an array-like object passes a test condition.</span>
50
+
- <spanclass="signature">[`typedarrayfcn( predicate )`][@stdlib/assert/tools/typed-array-function]</span><spanclass="delimiter">: </span><spanclass="description">return a function which tests if every element in a typed array passes a test condition.</span>
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/blas/README.md
+33
Original file line number
Diff line number
Diff line change
@@ -43,6 +43,19 @@ The namespace contains the following:
43
43
44
44
<!-- <toc pattern="*"> -->
45
45
46
+
<divclass="namespace-toc">
47
+
48
+
- <spanclass="signature">[`base`][@stdlib/blas/base]</span><spanclass="delimiter">: </span><spanclass="description">standard library base reference basic linear algebra subprograms (BLAS).</span>
49
+
- <spanclass="signature">[`ddot( x, y )`][@stdlib/blas/ddot]</span><spanclass="delimiter">: </span><spanclass="description">calculate the dot product of two double-precision floating-point vectors.</span>
50
+
- <spanclass="signature">[`dswap( x, y )`][@stdlib/blas/dswap]</span><spanclass="delimiter">: </span><spanclass="description">interchange two double-precision floating-point vectors.</span>
51
+
- <spanclass="signature">[`ext`][@stdlib/blas/ext]</span><spanclass="delimiter">: </span><spanclass="description">standard library extended basic linear algebra subprograms (BLAS).</span>
52
+
- <spanclass="signature">[`gdot( x, y )`][@stdlib/blas/gdot]</span><spanclass="delimiter">: </span><spanclass="description">calculate the dot product of two vectors.</span>
53
+
- <spanclass="signature">[`gswap( x, y )`][@stdlib/blas/gswap]</span><spanclass="delimiter">: </span><spanclass="description">interchange two vectors.</span>
54
+
- <spanclass="signature">[`sdot( x, y )`][@stdlib/blas/sdot]</span><spanclass="delimiter">: </span><spanclass="description">calculate the dot product of two single-precision floating-point vectors.</span>
55
+
- <spanclass="signature">[`sswap( x, y )`][@stdlib/blas/sswap]</span><spanclass="delimiter">: </span><spanclass="description">interchange two single-precision floating-point vectors.</span>
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/blas/ext/README.md
+12
Original file line number
Diff line number
Diff line change
@@ -43,6 +43,12 @@ The namespace contains the following:
43
43
44
44
<!-- <toc pattern="*"> -->
45
45
46
+
<divclass="namespace-toc">
47
+
48
+
- <spanclass="signature">[`base`][@stdlib/blas/ext/base]</span><spanclass="delimiter">: </span><spanclass="description">standard library extensions to base basic linear algebra subprograms (BLAS).</span>
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/math/iter/tools/README.md
+14
Original file line number
Diff line number
Diff line change
@@ -43,6 +43,14 @@ The namespace exposes the following functions:
43
43
44
44
<!-- <toc pattern="*"> -->
45
45
46
+
<divclass="namespace-toc">
47
+
48
+
- <spanclass="signature">[`map( iterator, fcn[, options] )`][@stdlib/math/iter/tools/map]</span><spanclass="delimiter">: </span><spanclass="description">create an iterator which invokes a unary function accepting a single numeric argument for each iterated value.</span>
49
+
- <spanclass="signature">[`map2( iter0, iter1, fcn[, options] )`][@stdlib/math/iter/tools/map2]</span><spanclass="delimiter">: </span><spanclass="description">create an iterator which invokes a binary function accepting numeric arguments for each iterated value.</span>
50
+
- <spanclass="signature">[`map3( iter0, iter1, iter2, fcn[, options] )`][@stdlib/math/iter/tools/map3]</span><spanclass="delimiter">: </span><spanclass="description">create an iterator which invokes a ternary function accepting numeric arguments for each iterated value.</span>
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/math/strided/README.md
+8
Original file line number
Diff line number
Diff line change
@@ -43,6 +43,12 @@ The namespace contains the following:
43
43
44
44
<!-- <toc pattern="*"> -->
45
45
46
+
<divclass="namespace-toc">
47
+
48
+
- <spanclass="signature">[`special`][@stdlib/math/strided/special]</span><spanclass="delimiter">: </span><spanclass="description">standard library strided array special math functions.</span>
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/number/int32/README.md
+12
Original file line number
Diff line number
Diff line change
@@ -43,6 +43,12 @@ The namespace contains the following:
43
43
44
44
<!-- <toc pattern="*"> -->
45
45
46
+
<divclass="namespace-toc">
47
+
48
+
- <spanclass="signature">[`base`][@stdlib/number/int32/base]</span><spanclass="delimiter">: </span><spanclass="description">base utilities for signed 32-bit integers.</span>
0 commit comments