Skip to content

Commit b01d709

Browse files
committed
feat: add nditerMatrixEntries to namespace
1 parent 5f80a15 commit b01d709

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
@@ -81,6 +81,15 @@ setReadOnly( ns, 'nditerIndices', require( '@stdlib/ndarray/iter/indices' ) );
8181
*/
8282
setReadOnly( ns, 'nditerMatrices', require( '@stdlib/ndarray/iter/matrices' ) );
8383

84+
/**
85+
* @name nditerMatrixEntries
86+
* @memberof ns
87+
* @readonly
88+
* @type {Function}
89+
* @see {@link module:@stdlib/ndarray/iter/matrix-entries}
90+
*/
91+
setReadOnly( ns, 'nditerMatrixEntries', require( '@stdlib/ndarray/iter/matrix-entries' ) );
92+
8493
/**
8594
* @name nditerRowEntries
8695
* @memberof ns

0 commit comments

Comments
 (0)