Transpose the 4x4 matrix formed by the 4 rows of 32-bit integer elements in row0, row1, row2, and row3, and store the transposed matrix in these vectors (row0 now contains column 0, etc.).
See Implementation
Transpose the 4x4 matrix formed by the 4 rows of 32-bit integer elements in row0, row1, row2, and row3, and store the transposed matrix in these vectors (row0 now contains column 0, etc.).