
list2rows(+List, +NRows, +NCols, -Cols)

   Create a matrix from a flat list of row-wise listed elements

Type
   library(matrix_util)


