Skip to content

Commit ee26dcf

Browse files
authored
docs: document exceptions in blas/base/dtrsv
PR-URL: #6743 Reviewed-by: Athan Reines <[email protected]>
1 parent 8a48ebe commit ee26dcf

File tree

1 file changed

+2
-0
lines changed
  • lib/node_modules/@stdlib/blas/base/dtrsv/lib

1 file changed

+2
-0
lines changed

lib/node_modules/@stdlib/blas/base/dtrsv/lib/ndarray.js

+2
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ var base = require( './base.js' );
4747
* @throws {TypeError} second argument must be a valid transpose operation
4848
* @throws {TypeError} third argument must be a valid diagonal type
4949
* @throws {RangeError} fourth argument must be a nonnegative integer
50+
* @throws {RangeError} sixth argument must be non-zero
51+
* @throws {RangeError} seventh argument must be non-zero
5052
* @throws {RangeError} tenth argument must be non-zero
5153
* @returns {Float64Array} `x`
5254
*

0 commit comments

Comments
 (0)