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: map/README.md
+14Lines changed: 14 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -233,6 +233,14 @@ console.log( ndarray2array( y ) );
233
233
234
234
<sectionclass="related">
235
235
236
+
* * *
237
+
238
+
## See Also
239
+
240
+
- <spanclass="package-name">[`@stdlib/ndarray/filter`][@stdlib/ndarray/filter]</span><spanclass="delimiter">: </span><spanclass="description">return a shallow copy of an ndarray containing only those elements which pass a test implemented by a predicate function.</span>
241
+
- <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>
242
+
- <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>
243
+
236
244
</section>
237
245
238
246
<!-- /.related -->
@@ -247,6 +255,12 @@ console.log( ndarray2array( y ) );
0 commit comments