We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
blas/base/dgemm
1 parent 9b76065 commit 330e1e6Copy full SHA for 330e1e6
lib/node_modules/@stdlib/blas/base/dgemm/lib/ndarray.js
@@ -54,6 +54,8 @@ var base = require( './base.js' );
54
* @throws {RangeError} third argument must be a nonnegative integer
55
* @throws {RangeError} fourth argument must be a nonnegative integer
56
* @throws {RangeError} fifth argument must be a nonnegative integer
57
+* @throws {RangeError} seventeenth argument must be non-zero
58
+* @throws {RangeError} eighteenth argument must be non-zero
59
* @returns {Float64Array} `C`
60
*
61
* @example
0 commit comments