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 c67639c commit 789d325Copy full SHA for 789d325
lib/node_modules/@stdlib/blas/ext/base/dnannsumors/lib/ndarray.native.js
@@ -30,10 +30,10 @@ var addon = require( './../src/addon.node' );
30
*
31
* @param {PositiveInteger} N - number of indexed elements
32
* @param {Float64Array} x - input array
33
-* @param {integer} strideX - `x` index increment
+* @param {integer} strideX - `x` stride length
34
* @param {NonNegativeInteger} offsetX - `x` starting index
35
* @param {Float64Array} out - output array
36
-* @param {integer} strideOut - `out` index increment
+* @param {integer} strideOut - `out` stride length
37
* @param {NonNegativeInteger} offsetOut - `out` starting index
38
* @returns {Float64Array} output array
39
0 commit comments