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: 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
@@ -237,6 +237,15 @@ console.log( ndarray2array( y ) );
237
237
238
238
<sectionclass="related">
239
239
240
+
* * *
241
+
242
+
## See Also
243
+
244
+
- <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>
245
+
- <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>
246
+
- <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>
247
+
- <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>
0 commit comments