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 3bbc9a9 commit 99586e8Copy full SHA for 99586e8
lib/node_modules/@stdlib/blas/base/dgemv/lib/ndarray.native.js
@@ -44,11 +44,6 @@ var addon = require( './../src/addon.node' );
44
* @param {Float64Array} y - second input vector
45
* @param {integer} strideY - `y` stride length
46
* @param {NonNegativeInteger} offsetY - starting index for `y`
47
-* @throws {TypeError} first argument must be a valid transpose operation
48
-* @throws {RangeError} second argument must be a nonnegative integer
49
-* @throws {RangeError} third argument must be a nonnegative integer
50
-* @throws {RangeError} tenth argument must be non-zero
51
-* @throws {RangeError} fourteenth argument must be non-zero
52
* @returns {Float64Array} `y`
53
*
54
* @example
0 commit comments