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: lib/node_modules/@stdlib/ndarray/base/rot180/README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,6 +70,7 @@ The function accepts the following arguments:
70
70
71
71
## Notes
72
72
73
+
- Each provided dimension index must reside on the interval `[-ndims, ndims-1]`.
73
74
- The `writable` parameter **only** applies to ndarray constructors supporting **read-only** instances.
74
75
- The returned ndarray is a **view** of the input ndarray. Accordingly, writing to the original ndarray will **mutate** the returned ndarray and vice versa.
0 commit comments