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.
52
52
## Usage
53
53
54
54
``` javascript
55
- import nditerMatrixEntries from ' https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-iter-matrix-entries@deno/mod.js' ;
55
+ import nditerMatrixEntries from ' https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-iter-matrix-entries@v0.2.1- deno/mod.js' ;
56
56
```
57
57
58
58
#### nditerMatrixEntries( x\[ , options] )
@@ -154,7 +154,7 @@ The returned [iterator][mdn-iterator-protocol] protocol-compliant object has the
154
154
import ndarray2array from ' https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-to-array@deno/mod.js' ;
155
155
import array from ' https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-array@deno/mod.js' ;
156
156
import zeroTo from ' https://cdn.jsdelivr.net/gh/stdlib-js/array-base-zero-to@deno/mod.js' ;
157
- import nditerMatrixEntries from ' https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-iter-matrix-entries@deno/mod.js' ;
157
+ import nditerMatrixEntries from ' https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-iter-matrix-entries@v0.2.1- deno/mod.js' ;
158
158
159
159
// Define an input array:
160
160
var x = array ( zeroTo ( 27 ), {
You can’t perform that action at this time.
0 commit comments