Skip to content

Commit 4289f78

Browse files
committed
feat: add nditerStacks to namespace
1 parent d256bd9 commit 4289f78

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
@@ -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 nditerStacks
122+
* @memberof ns
123+
* @readonly
124+
* @type {Function}
125+
* @see {@link module:@stdlib/ndarray/iter/stacks}
126+
*/
127+
setReadOnly( ns, 'nditerStacks', require( '@stdlib/ndarray/iter/stacks' ) );
128+
120129
/**
121130
* @name nditerSubarrays
122131
* @memberof ns

0 commit comments

Comments
 (0)