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 a8d2913 commit bf0b99bCopy full SHA for bf0b99b
1 file changed
lib/node_modules/@stdlib/blas/ext/base/glast-index-of-row/lib/main.js
@@ -46,7 +46,7 @@ var ndarray = require( './ndarray.js' );
46
* @param {Collection} x - search vector
47
* @param {integer} strideX - stride length for `x`
48
* @throws {TypeError} first argument must be a valid order
49
-* @throws {RangeError} fifth argument must be greater than or equal to max(1,N)
+* @throws {RangeError} fifth argument must be a valid stride
50
* @returns {integer} row index
51
*
52
* @example
0 commit comments