Skip to content

Commit b96a9a2

Browse files
committed
feat: add nditerRowEntries to namespace
1 parent 344aa9e commit b96a9a2

File tree

1 file changed

+9
-0
lines changed
  • lib/node_modules/@stdlib/ndarray/iter/lib

1 file changed

+9
-0
lines changed

lib/node_modules/@stdlib/ndarray/iter/lib/index.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,15 @@ setReadOnly( ns, 'nditerIndices', require( '@stdlib/ndarray/iter/indices' ) );
7272
*/
7373
setReadOnly( ns, 'nditerMatrices', require( '@stdlib/ndarray/iter/matrices' ) );
7474

75+
/**
76+
* @name nditerRowEntries
77+
* @memberof ns
78+
* @readonly
79+
* @type {Function}
80+
* @see {@link module:@stdlib/ndarray/iter/row-entries}
81+
*/
82+
setReadOnly( ns, 'nditerRowEntries', require( '@stdlib/ndarray/iter/row-entries' ) );
83+
7584
/**
7685
* @name nditerRows
7786
* @memberof ns

0 commit comments

Comments
 (0)