Skip to content

Commit 6fbaef5

Browse files
committedMar 7, 2018
Update description
1 parent 19b90c6 commit 6fbaef5

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/ndarray/base/vind2bind/src

1 file changed

+1
-1
lines changed
 

‎lib/node_modules/@stdlib/ndarray/base/vind2bind/src/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
* @param ndims number of dimensions
3232
* @param shape array shape (dimensions)
3333
* @param strides array strides
34-
* @param offset index offset
34+
* @param offset location of the first indexed value **based** on the stride array
3535
* @param order specifies whether an array is row-major (C-style) or column-major (Fortran-style)
3636
* @param idx linear index in an array view
3737
* @param mode specifies how to handle a linear index which exceeds array dimensions

0 commit comments

Comments
 (0)
Please sign in to comment.