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
+18-2Lines changed: 18 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -206,6 +206,14 @@ while ( true ) {
206
206
207
207
<sectionclass="related">
208
208
209
+
* * *
210
+
211
+
## See Also
212
+
213
+
- <spanclass="package-name">[`@stdlib/ndarray-iter/column-entries`][@stdlib/ndarray/iter/column-entries]</span><spanclass="delimiter">: </span><spanclass="description">create an iterator which returns \[index, column] pairs for each column in a matrix (or stack of matrices).</span>
214
+
- <spanclass="package-name">[`@stdlib/ndarray-iter/rows`][@stdlib/ndarray/iter/rows]</span><spanclass="delimiter">: </span><spanclass="description">create an iterator which iterates over each row in a matrix (or stack of matrices).</span>
215
+
- <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