Skip to content

Commit 873b085

Browse files
committed
feat: add nditerSubarrays to namespace
1 parent fd9a5c2 commit 873b085

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
@@ -117,6 +117,15 @@ setReadOnly( ns, 'nditerRows', require( '@stdlib/ndarray/iter/rows' ) );
117117
*/
118118
setReadOnly( ns, 'nditerSelectDimension', require( '@stdlib/ndarray/iter/select-dimension' ) );
119119

120+
/**
121+
* @name nditerSubarrays
122+
* @memberof ns
123+
* @readonly
124+
* @type {Function}
125+
* @see {@link module:@stdlib/ndarray/iter/subarrays}
126+
*/
127+
setReadOnly( ns, 'nditerSubarrays', require( '@stdlib/ndarray/iter/subarrays' ) );
128+
120129
/**
121130
* @name nditer2arrayEach
122131
* @memberof ns

0 commit comments

Comments
 (0)