File tree 3 files changed +18
-5
lines changed 3 files changed +18
-5
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -163,6 +163,14 @@ for ( i = 0; i < slices.length; i++ ) {
163
163
164
164
<section class =" related " >
165
165
166
+ * * *
167
+
168
+ ## See Also
169
+
170
+ - <span class =" package-name " >[ ` @stdlib/ndarray-array ` ] [ @stdlib/ndarray/array ] </span ><span class =" delimiter " >: </span ><span class =" description " >multidimensional arrays.</span >
171
+ - <span class =" package-name " >[ ` @stdlib/ndarray-ctor ` ] [ @stdlib/ndarray/ctor ] </span ><span class =" delimiter " >: </span ><span class =" description " >multidimensional array constructor.</span >
172
+ - <span class =" package-name " >[ ` @stdlib/ndarray-dtypes ` ] [ @stdlib/ndarray/dtypes ] </span ><span class =" delimiter " >: </span ><span class =" description " >list of ndarray data types.</span >
173
+
166
174
</section >
167
175
168
176
<!-- /.related -->
@@ -236,9 +244,15 @@ Copyright © 2016-2023. The Stdlib [Authors][stdlib-authors].
236
244
237
245
[ stdlib-license ] : https://raw.githubusercontent.com/stdlib-js/ndarray-dtype/main/LICENSE
238
246
239
- [ @stdlib/ndarray/ctor ] : https://github.com/stdlib-js/stdlib
247
+ [ @stdlib/ndarray/ctor ] : https://github.com/stdlib-js/ndarray-ctor
248
+
249
+ [ @stdlib/ndarray/dtypes ] : https://github.com/stdlib-js/ndarray-dtypes
250
+
251
+ <!-- <related-links> -->
252
+
253
+ [ @stdlib/ndarray/array ] : https://github.com/stdlib-js/ndarray-array
240
254
241
- [ @stdlib/ndarray/dtypes ] : https://github.com/stdlib-js/stdlib
255
+ <!-- </related-links> -->
242
256
243
257
</section >
244
258
Original file line number Diff line number Diff line change 39
39
"dependencies" : {
40
40
"@stdlib/ndarray-base-assert-is-data-type" : " ^0.1.0" ,
41
41
"@stdlib/string-format" : " ^0.1.1" ,
42
- "@stdlib/types" : " ^0.1 .0"
42
+ "@stdlib/types" : " ^0.2 .0"
43
43
},
44
44
"devDependencies" : {
45
45
"@stdlib/array-typed" : " ^0.1.0" ,
46
46
"@stdlib/assert-is-string" : " ^0.1.1" ,
47
- "@stdlib/bench" : " ^0.1 .0" ,
47
+ "@stdlib/bench" : " ^0.2 .0" ,
48
48
"@stdlib/ndarray-ctor" : " ^0.1.0" ,
49
49
"@stdlib/ndarray-slice" : " ^0.1.0" ,
50
50
"@stdlib/ndarray-zeros" : " ^0.1.0" ,
You can’t perform that action at this time.
0 commit comments