You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[`dcfb648`](https://github.com/stdlib-js/stdlib/commit/dcfb6488ac9624b23ec546f7c54a2da0156c6695) - **refactor:** use generalized utility for resolving loop data _(by Athan Reines)_
393
+
-[`d8fe0d8`](https://github.com/stdlib-js/stdlib/commit/d8fe0d87591079990591bd5727abdabaa81cd265) - **bench:** update value generation and update examples _(by Athan Reines)_
394
+
-[`9b0d852`](https://github.com/stdlib-js/stdlib/commit/9b0d8520418c2788d20d446b6a39471b6393a787) - **feat:** add `loopOrder` to namespace _(by Athan Reines)_
Copy file name to clipboardExpand all lines: base/binary-loop-interchange-order/docs/types/index.d.ts
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -67,10 +67,10 @@ interface LoopOrderObject {
67
67
*
68
68
* - The function assumes that the input and output ndarrays have the same shape. Hence, loop interchange order should only be determined **after** broadcasting.
69
69
*
70
-
* @paramsh - array dimensions
71
-
* @paramsx - first input array stride lengths
72
-
* @paramsy - second input array stride lengths
73
-
* @paramsz - output array stride lengths
70
+
* @paramshape - array dimensions
71
+
* @paramstridesX - first input array stride lengths
72
+
* @paramstridesY - second input array stride lengths
0 commit comments