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.
1 parent 17860b4 commit 9f3788cCopy full SHA for 9f3788c
lib/node_modules/@stdlib/blas/base/dgbmv/lib/dgbmv.js
@@ -51,7 +51,7 @@ var base = require( './base.js' );
51
* @throws {TypeError} second argument must be a valid transpose operation
52
* @throws {RangeError} third argument must be a nonnegative integer
53
* @throws {RangeError} fourth argument must be a nonnegative integer
54
-* @throws {RangeError} seventh argument must be greater than or equal to max(1,M)
+* @throws {RangeError} seventh argument must be greater than or equal KL + KU + 1
55
* @throws {RangeError} ninth argument must be non-zero
56
* @throws {RangeError} twelfth argument must be non-zero
57
* @returns {Float64Array} `y`
0 commit comments