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 e1c0588 commit 68fdeafCopy full SHA for 68fdeaf
lib/node_modules/@stdlib/blas/base/sgemv/lib/ndarray.native.js
@@ -44,11 +44,6 @@ var addon = require( './../src/addon.node' );
44
* @param {Float32Array} 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 {Float32Array} `y`
53
*
54
* @example
0 commit comments