File tree Expand file tree Collapse file tree 3 files changed +16
-4
lines changed Expand file tree Collapse file tree 3 files changed +16
-4
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -169,6 +169,13 @@ for ( i = 0; i < 20; i++ ) {
169
169
170
170
<section class =" related " >
171
171
172
+ * * *
173
+
174
+ ## See Also
175
+
176
+ - <span class =" package-name " >[ ` @stdlib/ndarray-array ` ] [ @stdlib/ndarray/array ] </span ><span class =" delimiter " >: </span ><span class =" description " >multidimensional arrays.</span >
177
+ - <span class =" package-name " >[ ` @stdlib/ndarray-ctor ` ] [ @stdlib/ndarray/ctor ] </span ><span class =" delimiter " >: </span ><span class =" description " >multidimensional array constructor.</span >
178
+
172
179
</section >
173
180
174
181
<!-- /.related -->
@@ -242,7 +249,13 @@ Copyright © 2016-2023. The Stdlib [Authors][stdlib-authors].
242
249
243
250
[ stdlib-license ] : https://raw.githubusercontent.com/stdlib-js/ndarray-to-array/main/LICENSE
244
251
245
- [ @stdlib/ndarray/ctor ] : https://github.com/stdlib-js/stdlib
252
+ [ @stdlib/ndarray/ctor ] : https://github.com/stdlib-js/ndarray-ctor
253
+
254
+ <!-- <related-links> -->
255
+
256
+ [ @stdlib/ndarray/array ] : https://github.com/stdlib-js/ndarray-array
257
+
258
+ <!-- </related-links> -->
246
259
247
260
</section >
248
261
Original file line number Diff line number Diff line change 45
45
"@stdlib/ndarray-shape" : " ^0.1.0" ,
46
46
"@stdlib/ndarray-strides" : " ^0.1.0" ,
47
47
"@stdlib/string-format" : " ^0.1.1" ,
48
- "@stdlib/types" : " ^0.1 .0"
48
+ "@stdlib/types" : " ^0.2 .0"
49
49
},
50
50
"devDependencies" : {
51
51
"@stdlib/array-base-zero-to" : " ^0.1.0" ,
52
52
"@stdlib/array-complex64" : " ^0.1.0" ,
53
53
"@stdlib/assert-is-array" : " ^0.1.1" ,
54
54
"@stdlib/assert-is-array-array" : " ^0.1.1" ,
55
- "@stdlib/bench" : " ^0.1 .0" ,
55
+ "@stdlib/bench" : " ^0.2 .0" ,
56
56
"@stdlib/complex-imagf" : " ^0.1.1" ,
57
57
"@stdlib/complex-realf" : " ^0.1.1" ,
58
58
"@stdlib/ndarray-base-numel" : " ^0.1.1" ,
You can’t perform that action at this time.
D26
0 commit comments