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/ctor/README.md
+15Lines changed: 15 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2270,6 +2270,21 @@ Notes:
2270
2270
- The function does **not** verify that the output address type matches the underlying input ndarray data type and **assumes** that you know what you are doing.
2271
2271
- The function returns `-1` if unable to get an element and `0` otherwise.
2272
2272
2273
+
* * *
2274
+
2275
+
#### stdlib_ndarray_iget_ptr( \*arr, idx )
2276
+
2277
+
Returns a pointer in the underlying byte array for an ndarray data element located at a specified linear index.
0 commit comments