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
@@ -51,7 +51,7 @@ var DEFAULT_DTYPE = defaults.get( 'dtypes.integer_index' );
51
51
* @param {Options} [options] - function options
52
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
-
* @param {string} [options.dtype] - output ndarray data type
54
+
* @param {*} [options.dtype] - output ndarray data type
55
55
* @throws {TypeError} first argument must be an ndarray-like object
56
56
* @throws {TypeError} second argument must be either an ndarray-like object or a scalar value
57
57
* @throws {TypeError} third argument must be either an ndarray-like object or an integer
0 commit comments