File tree Expand file tree Collapse file tree 4 files changed +4
-5
lines changed
Expand file tree Collapse file tree 4 files changed +4
-5
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -227,7 +227,7 @@ Copyright © 2016-2023. The Stdlib [Authors][stdlib-authors].
227227
228228[ loop-nest-optimization ] : https://en.wikipedia.org/wiki/Loop_nest_optimization
229229
230- [ @stdlib/ndarray/ctor ] : https://github.com/stdlib-js/stdlib
230+ [ @stdlib/ndarray/ctor ] : https://github.com/stdlib-js/ndarray-ctor
231231
232232</section >
233233
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ interface LoopOrderObject {
6969* var ssx = o.sx;
7070* // returns [ 1, 4, 12 ]
7171*/
72- declare function nullaryLoopOrder ( shape : ArrayLike < number > , stridesX : ArrayLike < number > ) : LoopOrderObject ; // tslint-disable-line max-line-length
72+ declare function nullaryLoopOrder ( shape : ArrayLike < number > , stridesX : ArrayLike < number > ) : LoopOrderObject ;
7373
7474
7575// EXPORTS //
Original file line number Diff line number Diff line change 4040 "@stdlib/array-base-copy-indexed" : " ^0.1.0" ,
4141 "@stdlib/array-base-take" : " ^0.1.0" ,
4242 "@stdlib/array-base-zero-to" : " ^0.1.0" ,
43- "@stdlib/types" : " ^0.1 .0"
43+ "@stdlib/types" : " ^0.2 .0"
4444 },
4545 "devDependencies" : {
4646 "@stdlib/assert-is-array" : " ^0.1.1" ,
47- "@stdlib/bench" : " ^0.1 .0" ,
47+ "@stdlib/bench" : " ^0.2 .0" ,
4848 "@stdlib/ndarray-array" : " ^0.1.0" ,
4949 "@stdlib/ndarray-base-shape2strides" : " ^0.1.1" ,
5050 "@stdlib/random-base-randu" : " ^0.1.0" ,
You can’t perform that action at this time.
0 commit comments