Skip to content

Commit 147a189

Browse files
committed
docs: reorder notes
1 parent e3fe1fa commit 147a189

File tree

1 file changed

+2
-2
lines changed
  • lib/node_modules/@stdlib/ndarray/base/for-each

1 file changed

+2
-2
lines changed

lib/node_modules/@stdlib/ndarray/base/for-each/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,6 @@ The callback function is provided the following arguments:
9191

9292
## Notes
9393

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-
9694
- The provided ndarray should be an `object` with the following properties:
9795

9896
- **dtype**: data type.
@@ -102,6 +100,8 @@ The callback function is provided the following arguments:
102100
- **offset**: index offset.
103101
- **order**: specifies whether an ndarray is row-major (C-style) or column major (Fortran-style).
104102

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.
104+
105105
</section>
106106

107107
<!-- /.notes -->

0 commit comments

Comments
 (0)