arguments: m:matrix F:freemodule G:freemodule >> matrix
Yields the matrix obtained from 'm' of shape F <--- G, by taking elements from the first row of 'm', then the second, and so on, filling them into the result row by row. Currently, it is assumed that 'm' and the result both have the same number of entries.
Go to main index.
Go to concepts index.