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].
227
227
228
228
[ loop-nest-optimization ] : https://en.wikipedia.org/wiki/Loop_nest_optimization
229
229
230
- [ @stdlib/ndarray/ctor ] : https://github.com/stdlib-js/stdlib
230
+ [ @stdlib/ndarray/ctor ] : https://github.com/stdlib-js/ndarray-ctor
231
231
232
232
</section >
233
233
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ interface LoopOrderObject {
69
69
* var ssx = o.sx;
70
70
* // returns [ 1, 4, 12 ]
71
71
*/
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 ;
73
73
74
74
75
75
// EXPORTS //
Original file line number Diff line number Diff line change 40
40
"@stdlib/array-base-copy-indexed" : " ^0.1.0" ,
41
41
"@stdlib/array-base-take" : " ^0.1.0" ,
42
42
"@stdlib/array-base-zero-to" : " ^0.1.0" ,
43
- "@stdlib/types" : " ^0.1 .0"
43
+ "@stdlib/types" : " ^0.2 .0"
44
44
},
45
45
"devDependencies" : {
46
46
"@stdlib/assert-is-array" : " ^0.1.1" ,
47
- "@stdlib/bench" : " ^0.1 .0" ,
47
+ "@stdlib/bench" : " ^0.2 .0" ,
48
48
"@stdlib/ndarray-array" : " ^0.1.0" ,
49
49
"@stdlib/ndarray-base-shape2strides" : " ^0.1.1" ,
50
50
"@stdlib/random-base-randu" : " ^0.1.0" ,
You can’t perform that action at this time.
0 commit comments