Ravel R←,Y
Y may be any array. R is a vector of the elements of Y taken in row-major order.
Examples
M
1 2 3
4 5 6
,M
1 2 3 4 5 6
A
ABC
DEF
GHI
JKL
,A
ABCDEFGHIJKL
⍴,10
1
See also: Ravel with Axes.
Y may be any array. R is a vector of the elements of Y taken in row-major order.
M
1 2 3
4 5 6
,M
1 2 3 4 5 6
A
ABC
DEF
GHI
JKL
,A
ABCDEFGHIJKL
⍴,10
1
See also: Ravel with Axes.