transpose
Transposes the n rows by m columns array returned ``transpose[x][y] = array[y][x]``
@return an array with n columns and m rows
Transposes the n rows by m columns array returned ``transpose[x][y] = array[y][x]``
@return an array with n columns and m rows