
transpose(+Matrix, -Transposed)

   Transpose a matrix (list of rows or list of columns)

Type
   library(matrix_util)


