We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19b90c6 commit 6fbaef5Copy full SHA for 6fbaef5
lib/node_modules/@stdlib/ndarray/base/vind2bind/src/main.c
@@ -31,7 +31,7 @@
31
* @param ndims number of dimensions
32
* @param shape array shape (dimensions)
33
* @param strides array strides
34
-* @param offset index offset
+* @param offset location of the first indexed value **based** on the stride array
35
* @param order specifies whether an array is row-major (C-style) or column-major (Fortran-style)
36
* @param idx linear index in an array view
37
* @param mode specifies how to handle a linear index which exceeds array dimensions
0 commit comments