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
@@ -37,7 +38,7 @@ var numel = require( '@stdlib/ndarray/numel' );
37
38
* - The list of provided labels should equal the number of ndarrays to be zipped.
38
39
* - Each view in the returned array shares the same memory as the corresponding elements in the input ndarrays. Accordingly, mutation of either an input ndarray or a view will mutate the other.
39
40
*
40
-
* @param {ArrayLikeObject<ndarray>} arrays - list of ndarrays to be zipped
41
+
* @param {ArrayLikeObject<ndarrayLike>} arrays - list of ndarrays to be zipped
41
42
* @param {ArrayLikeObject<string>} labels - list of labels
42
43
* @returns {Array<Object>} output array
43
44
*
@@ -90,7 +91,10 @@ function zip2views1d( arrays, labels ) {
0 commit comments