Skip to content

Commit 80542fd

Browse files
committed
docs: remove note
1 parent 831de1b commit 80542fd

File tree

1 file changed

+0
-1
lines changed
  • lib/node_modules/@stdlib/ndarray/filter

1 file changed

+0
-1
lines changed

lib/node_modules/@stdlib/ndarray/filter/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,6 @@ The `predicate` function is provided the following arguments:
128128
## Notes
129129

130130
- The function does **not** perform explicit casting (e.g., from a real-valued floating-point number to a complex floating-point number). Any such casting should be performed **prior to** calling this function.
131-
- 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.
132131

133132
</section>
134133

0 commit comments

Comments
 (0)