Skip to content

Commit 29d99d7

Browse files
committed
feat: add nditerMatrices to namespace
1 parent 88a673c commit 29d99d7

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

+9
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,15 @@ setReadOnly( ns, 'nditerEntries', require( '@stdlib/ndarray/iter/entries' ) );
6363
*/
6464
setReadOnly( ns, 'nditerIndices', require( '@stdlib/ndarray/iter/indices' ) );
6565

66+
/**
67+
* @name nditerMatrices
68+
* @memberof ns
69+
* @readonly
70+
* @type {Function}
71+
* @see {@link module:@stdlib/ndarray/iter/matrices}
72+
*/
73+
setReadOnly( ns, 'nditerMatrices', require( '@stdlib/ndarray/iter/matrices' ) );
74+
6675
/**
6776
* @name nditerRows
6877
* @memberof ns

0 commit comments

Comments
 (0)