Skip to content

Commit

Permalink
feat: add nditerMatrices to namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
kgryte committed Nov 5, 2023
1 parent 88a673c commit 29d99d7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions lib/node_modules/@stdlib/ndarray/iter/lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,15 @@ setReadOnly( ns, 'nditerEntries', require( '@stdlib/ndarray/iter/entries' ) );
*/
setReadOnly( ns, 'nditerIndices', require( '@stdlib/ndarray/iter/indices' ) );

/**
* @name nditerMatrices
* @memberof ns
* @readonly
* @type {Function}
* @see {@link module:@stdlib/ndarray/iter/matrices}
*/
setReadOnly( ns, 'nditerMatrices', require( '@stdlib/ndarray/iter/matrices' ) );

/**
* @name nditerRows
* @memberof ns
Expand Down

0 comments on commit 29d99d7

Please sign in to comment.