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
> Return a read-only view of an input [`ndarray`][@stdlib/ndarray/ctor].
37
37
38
38
<!-- Section to include introductory text. Make sure to keep an empty line after the intro `section` element and another before the `/section` close. -->
39
39
@@ -112,7 +112,7 @@ arr = ndarray2array( y );
112
112
113
113
The function accepts the following arguments:
114
114
115
-
-**x**: input ndarray.
115
+
-**x**: input [`ndarray`][@stdlib/ndarray/ctor].
116
116
-**s**: a [`MultiSlice`][@stdlib/slice/multi] instance, an array of slice arguments, or slice arguments as separate arguments.
0 commit comments