File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed
lib/node_modules/@stdlib/blas/base/dgemv/lib Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -42,13 +42,6 @@ var addon = require( './../src/addon.node' );
4242* @param {number } beta - scalar constant
4343* @param {Float64Array } 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 {Float64Array } `y`
5346*
5447* @example
You can’t perform that action at this time.
0 commit comments