Quote Originally Posted by GReaper View Post

What do you think these two lines do?
After I created the transposed of A (C), I assign C to A.
Doing this, the matrix given as input will be actually transformed into its transposed.
After doing that, I delete C, which becomes useless.