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: base/fliplr5d/README.md
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -97,6 +97,14 @@ console.log( y );
97
97
98
98
<sectionclass="related">
99
99
100
+
* * *
101
+
102
+
## See Also
103
+
104
+
- <spanclass="package-name">[`@stdlib/array/base/fliplr2d`][@stdlib/array/base/fliplr2d]</span><spanclass="delimiter">: </span><spanclass="description">reverse the order of elements along the last dimension of a two-dimensional nested input array.</span>
105
+
- <spanclass="package-name">[`@stdlib/array/base/fliplr3d`][@stdlib/array/base/fliplr3d]</span><spanclass="delimiter">: </span><spanclass="description">reverse the order of elements along the last dimension of a three-dimensional nested input array.</span>
106
+
- <spanclass="package-name">[`@stdlib/array/base/fliplr4d`][@stdlib/array/base/fliplr4d]</span><spanclass="delimiter">: </span><spanclass="description">reverse the order of elements along the last dimension of a four-dimensional nested input array.</span>
0 commit comments