File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ limitations under the License.
5252## Usage
5353
5454``` javascript
55- import nditerMatrixEntries from ' https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-iter-matrix-entries@esm/index.mjs' ;
55+ import nditerMatrixEntries from ' https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-iter-matrix-entries@v0.2.1- esm/index.mjs' ;
5656```
5757
5858#### nditerMatrixEntries( x\[ , options] )
@@ -159,7 +159,7 @@ The returned [iterator][mdn-iterator-protocol] protocol-compliant object has the
159159import ndarray2array from ' https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-to-array@esm/index.mjs' ;
160160import array from ' https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-array@esm/index.mjs' ;
161161import zeroTo from ' https://cdn.jsdelivr.net/gh/stdlib-js/array-base-zero-to@esm/index.mjs' ;
162- import nditerMatrixEntries from ' https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-iter-matrix-entries@esm/index.mjs' ;
162+ import nditerMatrixEntries from ' https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-iter-matrix-entries@v0.2.1- esm/index.mjs' ;
163163
164164// Define an input array:
165165var x = array ( zeroTo ( 27 ), {
You can’t perform that action at this time.
0 commit comments