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/array/fixed-endian-float32/README.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -422,6 +422,13 @@ logEach( '%s', out );
422
422
423
423
<sectionclass="related">
424
424
425
+
* * *
426
+
427
+
## See Also
428
+
429
+
- <spanclass="package-name">[`@stdlib/array/fixed-endian-float64`][@stdlib/array/fixed-endian-float64]</span><spanclass="delimiter">: </span><spanclass="description">Float64Array having a specified byte order.</span>
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/ndarray/filter/README.md
+17Lines changed: 17 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -204,6 +204,15 @@ console.log( ndarray2array( y ) );
204
204
205
205
<sectionclass="related">
206
206
207
+
* * *
208
+
209
+
## See Also
210
+
211
+
- <spanclass="package-name">[`@stdlib/ndarray/filter-map`][@stdlib/ndarray/filter-map]</span><spanclass="delimiter">: </span><spanclass="description">filter and map elements in an input ndarray to elements in a new output ndarray according to a callback function.</span>
212
+
- <spanclass="package-name">[`@stdlib/ndarray/map`][@stdlib/ndarray/map]</span><spanclass="delimiter">: </span><spanclass="description">apply a callback to elements in an input ndarray and assign results to elements in a new output ndarray.</span>
213
+
- <spanclass="package-name">[`@stdlib/ndarray/reject`][@stdlib/ndarray/reject]</span><spanclass="delimiter">: </span><spanclass="description">return a shallow copy of an ndarray containing only those elements which fail a test implemented by a predicate function.</span>
214
+
- <spanclass="package-name">[`@stdlib/ndarray/slice`][@stdlib/ndarray/slice]</span><spanclass="delimiter">: </span><spanclass="description">return a read-only view of an input ndarray.</span>
215
+
207
216
</section>
208
217
209
218
<!-- /.related -->
@@ -218,6 +227,14 @@ console.log( ndarray2array( y ) );
0 commit comments