We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
blas/base/dtrsv
1 parent 8a48ebe commit ee26dcfCopy full SHA for ee26dcf
lib/node_modules/@stdlib/blas/base/dtrsv/lib/ndarray.js
@@ -47,6 +47,8 @@ var base = require( './base.js' );
47
* @throws {TypeError} second argument must be a valid transpose operation
48
* @throws {TypeError} third argument must be a valid diagonal type
49
* @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
52
* @throws {RangeError} tenth argument must be non-zero
53
* @returns {Float64Array} `x`
54
*
0 commit comments