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/assign.js
+1-3Lines changed: 1 addition & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -53,9 +53,7 @@ var DEFAULT_DTYPE = defaults.get( 'dtypes.integer_index' );
53
53
* @param {ndarrayLike} out - output ndarray
54
54
* @param {Options} [options] - function options
55
55
* @param {IntegerArray} [options.dims] - list of dimensions over which to perform operation
56
-
* @param {boolean} [options.keepdims=false] - boolean indicating whether the reduced dimensions should be included in the returned ndarray as singleton dimensions
57
-
* @param {string} [options.dtype] - output ndarray data type
58
-
* @throws {TypeError} function must be provided at least two arguments
56
+
* @throws {TypeError} function must be provided at least three arguments
59
57
* @throws {TypeError} first argument must be an ndarray-like object
60
58
* @throws {TypeError} third argument must be either an ndarray-like object or an integer
61
59
* @throws {TypeError} fourth argument must be an ndarray-like object
0 commit comments