Skip to content

Commit adb8033

Browse files
kgrytegunjjoshi
authored andcommitted
feat: add nditerInterleaveSubarrays
1 parent 2b5f82a commit adb8033

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
@@ -72,6 +72,15 @@ setReadOnly( ns, 'nditerEntries', require( '@stdlib/ndarray/iter/entries' ) );
7272
*/
7373
setReadOnly( ns, 'nditerIndices', require( '@stdlib/ndarray/iter/indices' ) );
7474

75+
/**
76+
* @name nditerInterleaveSubarrays
77+
* @memberof ns
78+
* @readonly
79+
* @type {Function}
80+
* @see {@link module:@stdlib/ndarray/iter/interleave-subarrays}
81+
*/
82+
setReadOnly( ns, 'nditerInterleaveSubarrays', require( '@stdlib/ndarray/iter/interleave-subarrays' ) );
83+
7584
/**
7685
* @name nditerMatrices
7786
* @memberof ns

0 commit comments

Comments
 (0)