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/blas/ext/index-of/lib/main.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@ var DEFAULT_DTYPE = defaults.get( 'dtypes.integer_index' );
49
49
* @param {(ndarrayLike|*)} searchElement - search element
50
50
* @param {(ndarrayLike|integer)} [fromIndex] - index from which to begin searching
51
51
* @param {Options} [options] - function options
52
-
* @param {IntegerArray} [options.dim=-1] - dimension over which to perform operation
52
+
* @param {integer} [options.dim=-1] - dimension over which to perform operation
53
53
* @param {boolean} [options.keepdims=false] - boolean indicating whether the reduced dimensions should be included in the returned ndarray as singleton dimensions
54
54
* @param {string} [options.dtype] - output ndarray data type
55
55
* @throws {TypeError} first argument must be an ndarray-like object
0 commit comments