Transpose of the matrix is the operation which changes rows of matrix with its columns and vice versa. Suppose we have matrix A which size is n x m, then after transposition operation we'll get matrix AT which size is m x n.