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
-**out**: output [`Float64Array`][@stdlib/array/float64] whose first element is the sum and whose second element is the pointer for storing the number of non-NaN elements.
58
+
-**out**: output [`Float64Array`][@stdlib/array/float64] whose first element is the sum and whose second element is the number of non-NaN elements.
59
59
-**strideOut**: stride length for `out`.
60
60
61
61
The `N` and stride parameters determine which elements are accessed at runtime. For example, to compute the sum of every other element in `x`,
0 commit comments