Skip to content

Commit

Permalink
Auto-generated commit
Browse files Browse the repository at this point in the history
  • Loading branch information
stdlib-bot committed Jan 15, 2024
1 parent 58face0 commit 95937ae
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
2 changes: 0 additions & 2 deletions base/nullary/lib/9d_blocked_accessors.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ var blockSize = require( './../../../base/nullary-tiling-block-size' );
* @param {IntegerArray} x.strides - stride lengths
* @param {NonNegativeInteger} x.offset - index offset
* @param {string} x.order - specifies whether `x` is row-major (C-style) or column-major (Fortran-style)
* @param {Array<Function>} x.accessors - data buffer accessors
* @param {Array<Function>} x.accessors - data buffer accessors
* @param {Callback} fcn - nullary callback
*
Expand Down
2 changes: 1 addition & 1 deletion base/nullary/lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
* // Define the index offset:
* var ox = 1;
*
* // Create the ioutput ndarray-like objects:
* // Create the output ndarray-like object:
* var x = {
* 'dtype': 'float64',
* 'data': xbuf,
Expand Down
2 changes: 1 addition & 1 deletion base/nullary/lib/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ var MAX_DIMS = NULLARY.length - 1;
* // Define the index offset:
* var ox = 1;
*
* // Create the ioutput ndarray-like objects:
* // Create the output ndarray-like object:
* var x = {
* 'dtype': 'float64',
* 'data': xbuf,
Expand Down
Loading

0 comments on commit 95937ae

Please sign in to comment.