Skip to content

Commit 5c7312f

Browse files
committed
feat: add nditerIndices to namespace
1 parent 613fb18 commit 5c7312f

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
@@ -45,6 +45,15 @@ var ns = {};
4545
*/
4646
setReadOnly( ns, 'nditerColumns', require( '@stdlib/ndarray/iter/columns' ) );
4747

48+
/**
49+
* @name nditerIndices
50+
* @memberof ns
51+
* @readonly
52+
* @type {Function}
53+
* @see {@link module:@stdlib/ndarray/iter/indices}
54+
*/
55+
setReadOnly( ns, 'nditerIndices', require( '@stdlib/ndarray/iter/indices' ) );
56+
4857
/**
4958
* @name nditerRows
5059
* @memberof ns

0 commit comments

Comments
 (0)