Skip to content

Commit 46aec25

Browse files
committed
feat: add nditerSelectDimension to namespace
1 parent 6dce19b commit 46aec25

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
@@ -108,6 +108,15 @@ setReadOnly( ns, 'nditerRowEntries', require( '@stdlib/ndarray/iter/row-entries'
108108
*/
109109
setReadOnly( ns, 'nditerRows', require( '@stdlib/ndarray/iter/rows' ) );
110110

111+
/**
112+
* @name nditerSelectDimension
113+
* @memberof ns
114+
* @readonly
115+
* @type {Function}
116+
* @see {@link module:@stdlib/ndarray/iter/select-dimension}
117+
*/
118+
setReadOnly( ns, 'nditerSelectDimension', require( '@stdlib/ndarray/iter/select-dimension' ) );
119+
111120
/**
112121
* @name nditer2arrayEach
113122
* @memberof ns

0 commit comments

Comments
 (0)