File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
lib/node_modules/@stdlib/blas/ext/cusum/lib Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ var base = require( './base.js' ).assign;
43
43
* @param {(ndarrayLike|number|ComplexLike) } [initial] - initial value
44
44
* @param {ndarrayLike } out - output ndarray
45
45
* @param {Options } [options] - function options
46
- * @param {string } [options.dtype] - output ndarray data type
46
+ * @param {* } [options.dtype] - output ndarray data type
47
47
* @throws {TypeError } first argument must be an ndarray-like object
48
48
* @throws {TypeError } initial value argument must be either an ndarray-like object or a numeric value
49
49
* @throws {TypeError } output argument must be an ndarray-like object
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ var options = {
68
68
* @param {ndarray } initial - ndarray containing initial values
69
69
* @param {Options } [options] - function options
70
70
* @param {IntegerArray } [options.dims] - list of dimensions over which to perform operation
71
- * @param {string } [options.dtype] - output ndarray data type
71
+ * @param {* } [options.dtype] - output ndarray data type
72
72
* @throws {TypeError } first argument must be an ndarray-like object
73
73
* @throws {TypeError } second argument must be an ndarray-like object
74
74
* @throws {TypeError } options argument must be an object
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ var base = require( './base.js' );
43
43
* @param {(ndarrayLike|number|ComplexLike) } [initial] - initial value
44
44
* @param {Options } [options] - function options
45
45
* @param {IntegerArray } [options.dims] - list of dimensions over which to perform operation
46
- * @param {string } [options.dtype] - output ndarray data type
46
+ * @param {* } [options.dtype] - output ndarray data type
47
47
* @throws {TypeError } first argument must be an ndarray-like object
48
48
* @throws {TypeError } initial value argument must be either an ndarray-like object or a numeric value
49
49
* @throws {TypeError } options argument must be an object
You can’t perform that action at this time.
0 commit comments