Skip to content

Commit 9f3788c

Browse files
authored
fix: error condition
Signed-off-by: Shabareesh Shetty <[email protected]>
1 parent 17860b4 commit 9f3788c

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/blas/base/dgbmv/lib

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/blas/base/dgbmv/lib/dgbmv.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ var base = require( './base.js' );
5151
* @throws {TypeError} second argument must be a valid transpose operation
5252
* @throws {RangeError} third argument must be a nonnegative integer
5353
* @throws {RangeError} fourth argument must be a nonnegative integer
54-
* @throws {RangeError} seventh argument must be greater than or equal to max(1,M)
54+
* @throws {RangeError} seventh argument must be greater than or equal KL + KU + 1
5555
* @throws {RangeError} ninth argument must be non-zero
5656
* @throws {RangeError} twelfth argument must be non-zero
5757
* @returns {Float64Array} `y`

0 commit comments

Comments
 (0)