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/sum/lib/main.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -65,7 +65,7 @@ var table = {
65
65
* @param {Options} [options] - function options
66
66
* @param {IntegerArray} [options.dims] - list of dimensions over which to perform a reduction
67
67
* @param {boolean} [options.keepdims=false] - boolean indicating whether the reduced dimensions should be included in the returned ndarray as singleton dimensions
68
-
* @param {string} [options.dtype] - output ndarray data type
68
+
* @param {*} [options.dtype] - output ndarray data type
69
69
* @throws {TypeError} first argument must be an ndarray-like object
70
70
* @throws {TypeError} options argument must be an object
71
71
* @throws {RangeError} dimension indices must not exceed input ndarray bounds
0 commit comments