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/for-each/README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -91,8 +91,6 @@ The callback function is provided the following arguments:
91
91
92
92
## Notes
93
93
94
-
- For very high-dimensional ndarrays which are non-contiguous, one should consider copying the underlying data to contiguous memory before applying a callback function in order to achieve better performance.
95
-
96
94
- The provided ndarray should be an `object` with the following properties:
97
95
98
96
-**dtype**: data type.
@@ -102,6 +100,8 @@ The callback function is provided the following arguments:
102
100
-**offset**: index offset.
103
101
-**order**: specifies whether an ndarray is row-major (C-style) or column major (Fortran-style).
104
102
103
+
- For very high-dimensional ndarrays which are non-contiguous, one should consider copying the underlying data to contiguous memory before applying a callback function in order to achieve better performance.
0 commit comments