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
+22Lines changed: 22 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -228,6 +228,16 @@ while ( true ) {
228
228
229
229
<sectionclass="related">
230
230
231
+
* * *
232
+
233
+
## See Also
234
+
235
+
- <spanclass="package-name">[`@stdlib/ndarray-iter/columns`][@stdlib/ndarray/iter/columns]</span><spanclass="delimiter">: </span><spanclass="description">create an iterator which iterates over each column in a matrix (or stack of matrices).</span>
236
+
- <spanclass="package-name">[`@stdlib/ndarray-iter/matrices`][@stdlib/ndarray/iter/matrices]</span><spanclass="delimiter">: </span><spanclass="description">create an iterator which iterates over each matrix in a stack of matrices.</span>
237
+
- <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>
238
+
- <spanclass="package-name">[`@stdlib/ndarray-iter/subarrays`][@stdlib/ndarray/iter/subarrays]</span><spanclass="delimiter">: </span><spanclass="description">create an iterator which iterates over each subarray in a stack of subarrays.</span>
239
+
- <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