File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
lib/node_modules/@stdlib/blas Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ The function has the following parameters:
56
56
- ** lda** : stride of the first dimension of ` A ` (leading dimension of ` A ` ).
57
57
- ** B** : second input matrix stored in linear memory.
58
58
- ** ldb** : stride of the first dimension of ` B ` (leading dimension of ` B ` ).
59
- - ** β** : scalar constant
59
+ - ** β** : scalar constant.
60
60
- ** C** : third input matrix stored in linear memory.
61
61
- ** ldc** : stride of the first dimension of ` C ` (leading dimension of ` C ` ).
62
62
Original file line number Diff line number Diff line change @@ -42,6 +42,7 @@ var base = require( './base.js' );
42
42
* @param {Function } clbk - callback function
43
43
* @param {* } [thisArg] - callback execution context
44
44
* @throws {TypeError } first argument must be an ndarray-like object
45
+ * @throws {TypeError } second argument must be a function
45
46
* @throws {TypeError } options argument must be an object
46
47
* @throws {RangeError } dimension index must not exceed input ndarray bounds
47
48
* @throws {RangeError } first argument must have at least one dimension
You can’t perform that action at this time.
0 commit comments