mat.transpose()

zip array of rows into array of columns.

  • *zip() is like the transpose of a matrix.

Last updated