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
The `N` and stride parameters determine which elements in the input strided array are accessed at runtime. For example, to scale every other value in `x` by `alpha`,
60
60
@@ -158,7 +158,7 @@ var mod = new zscal.Module( mem );
158
158
mod.initializeSync();
159
159
```
160
160
161
-
#### zscal.Module.prototype.main( N, zap, zxp, sx )
0 commit comments