Skip to content

Commit e1c0588

Browse files
authored
chore: minor clean-up
Signed-off-by: Shabareesh Shetty <[email protected]>
1 parent f65d213 commit e1c0588

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

lib/node_modules/@stdlib/blas/base/sgemv/lib/sgemv.native.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,6 @@ var addon = require( './../src/addon.node' );
4242
* @param {number} beta - scalar constant
4343
* @param {Float32Array} y - second input vector
4444
* @param {integer} strideY - `y` stride length
45-
* @throws {TypeError} first argument must be a valid order
46-
* @throws {TypeError} second argument must be a valid transpose operation
47-
* @throws {RangeError} third argument must be a nonnegative integer
48-
* @throws {RangeError} fourth argument must be a nonnegative integer
49-
* @throws {RangeError} seventh argument must be greater than or equal to max(1,M)
50-
* @throws {RangeError} ninth argument must be non-zero
51-
* @throws {RangeError} twelfth argument must be non-zero
5245
* @returns {Float32Array} `y`
5346
*
5447
* @example

0 commit comments

Comments
 (0)