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/blas/sswap/README.md
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -145,6 +145,14 @@ console.log( ndarray2array( y ) );
145
145
146
146
<sectionclass="related">
147
147
148
+
* * *
149
+
150
+
## See Also
151
+
152
+
- <spanclass="package-name">[`@stdlib/blas/base/sswap`][@stdlib/blas/base/sswap]</span><spanclass="delimiter">: </span><spanclass="description">interchange two single-precision floating-point vectors.</span>
153
+
- <spanclass="package-name">[`@stdlib/blas/dswap`][@stdlib/blas/dswap]</span><spanclass="delimiter">: </span><spanclass="description">interchange two double-precision floating-point vectors.</span>
154
+
- <spanclass="package-name">[`@stdlib/blas/gswap`][@stdlib/blas/gswap]</span><spanclass="delimiter">: </span><spanclass="description">interchange two vectors.</span>
155
+
148
156
</section>
149
157
150
158
<!-- /.related -->
@@ -161,6 +169,14 @@ console.log( ndarray2array( y ) );
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/iter/strided-by/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -240,7 +240,7 @@ while ( true ) {
240
240
241
241
## See Also
242
242
243
-
- <spanclass="package-name">[`@stdlib/iter/advance`][@stdlib/iter/advance]</span><spanclass="delimiter">: </span><spanclass="description">advances an iterator.</span>
243
+
- <spanclass="package-name">[`@stdlib/iter/advance`][@stdlib/iter/advance]</span><spanclass="delimiter">: </span><spanclass="description">advance an iterator.</span>
244
244
- <spanclass="package-name">[`@stdlib/iter/nth`][@stdlib/iter/nth]</span><spanclass="delimiter">: </span><spanclass="description">return the nth iterated value.</span>
245
245
- <spanclass="package-name">[`@stdlib/iter/strided`][@stdlib/iter/strided]</span><spanclass="delimiter">: </span><spanclass="description">create an iterator which steps by a specified amount.</span>
- <spanclass="package-name">[`@stdlib/ndarray/empty-like`][@stdlib/ndarray/empty-like]</span><spanclass="delimiter">: </span><spanclass="description">create an uninitialized ndarray having the same shape and data type as a provided ndarray.</span>
125
+
- <spanclass="package-name">[`@stdlib/ndarray/zeros-like`][@stdlib/ndarray/zeros-like]</span><spanclass="delimiter">: </span><spanclass="description">create a zero-filled ndarray having the same shape and data type as a provided ndarray.</span>
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/strided/base/reinterpret-complex64/README.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -144,6 +144,13 @@ var im = imag( z );
144
144
145
145
<sectionclass="related">
146
146
147
+
* * *
148
+
149
+
## See Also
150
+
151
+
- <spanclass="package-name">[`@stdlib/strided/base/reinterpret-complex`][@stdlib/strided/base/reinterpret-complex]</span><spanclass="delimiter">: </span><spanclass="description">reinterpret a complex-valued floating-point array as a real-valued floating-point array having the same precision.</span>
152
+
- <spanclass="package-name">[`@stdlib/strided/base/reinterpret-complex128`][@stdlib/strided/base/reinterpret-complex128]</span><spanclass="delimiter">: </span><spanclass="description">reinterpret a Complex128Array as a Float64Array.</span>
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/string/base/invcase/README.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -89,6 +89,13 @@ out = invcase( str );
89
89
90
90
<sectionclass="related">
91
91
92
+
* * *
93
+
94
+
## See Also
95
+
96
+
- <spanclass="package-name">[`@stdlib/string/base/lowercase`][@stdlib/string/base/lowercase]</span><spanclass="delimiter">: </span><spanclass="description">convert a string to lowercase.</span>
97
+
- <spanclass="package-name">[`@stdlib/string/base/uppercase`][@stdlib/string/base/uppercase]</span><spanclass="delimiter">: </span><spanclass="description">convert a string to uppercase.</span>
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/string/base/remove-first/README.md
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -79,6 +79,14 @@ str = removeFirst( 'The Last of the Mohicans', 5 );
79
79
80
80
<sectionclass="related">
81
81
82
+
* * *
83
+
84
+
## See Also
85
+
86
+
- <spanclass="package-name">[`@stdlib/string/base/remove-first-code-point`][@stdlib/string/base/remove-first-code-point]</span><spanclass="delimiter">: </span><spanclass="description">remove the first Unicode code point of a string.</span>
87
+
- <spanclass="package-name">[`@stdlib/string/base/remove-first-grapheme-cluster`][@stdlib/string/base/remove-first-grapheme-cluster]</span><spanclass="delimiter">: </span><spanclass="description">remove the first grapheme cluster (i.e., user-perceived character) of a string.</span>
88
+
- <spanclass="package-name">[`@stdlib/string/base/remove-last`][@stdlib/string/base/remove-last]</span><spanclass="delimiter">: </span><spanclass="description">remove the last UTF-16 code unit of a string.</span>
89
+
82
90
</section>
83
91
84
92
<!-- /.related -->
@@ -87,6 +95,16 @@ str = removeFirst( 'The Last of the Mohicans', 5 );
0 commit comments