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 bd41f53 commit 774d814Copy full SHA for 774d814
lib/node_modules/@stdlib/blas/base/zaxpy/lib/ndarray.native.js
@@ -34,10 +34,10 @@ var addon = require( './../src/addon.node' );
34
* @param {Complex128} alpha - scalar constant
35
* @param {Complex128Array} x - first input array
36
* @param {integer} strideX - `x` stride length
37
-* @param {NonNegativeInteger} offsetX - starting `x` index
+* @param {integer} offsetX - starting index for `x`
38
* @param {Complex128Array} y - second input array
39
* @param {integer} strideY - `y` stride length
40
-* @param {NonNegativeInteger} offsetY - starting `y` index
+* @param {integer} offsetY - starting index for `y`
41
* @returns {Complex128Array} second input array
42
*
43
* @example
0 commit comments