Skip to content

Commit 99586e8

Browse files
authored
chore: minor clean-up
Signed-off-by: Shabareesh Shetty <[email protected]>
1 parent 3bbc9a9 commit 99586e8

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

lib/node_modules/@stdlib/blas/base/dgemv/lib/ndarray.native.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,6 @@ var addon = require( './../src/addon.node' );
4444
* @param {Float64Array} y - second input vector
4545
* @param {integer} strideY - `y` stride length
4646
* @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
5247
* @returns {Float64Array} `y`
5348
*
5449
* @example

0 commit comments

Comments
 (0)