File tree Expand file tree Collapse file tree
lib/node_modules/@stdlib/blas/ext/base/dindex-of-column/lib Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ var ndarray = require( './ndarray.js' );
4949* @param {Uint8Array } workspace - workspace array for tracking column match candidates
5050* @param {integer } strideW - stride length for `workspace`
5151* @throws {TypeError } first argument must be a valid order
52- * @throws {RangeError } fifth argument must be greater than or equal to max(1,N)
52+ * @throws {RangeError } fifth argument must be a valid stride
5353* @returns {integer } column index
5454*
5555* @example
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ var addon = require( './../src/addon.node' );
4343* @param {Uint8Array } workspace - workspace array for tracking column match candidates
4444* @param {integer } strideW - stride length for `workspace`
4545* @throws {TypeError } first argument must be a valid order
46- * @throws {RangeError } fifth argument must be greater than or equal to max(1,N)
46+ * @throws {RangeError } fifth argument must be a valid stride
4747* @returns {integer } column index
4848*
4949* @example
You can’t perform that action at this time.
0 commit comments