Matrix transposition.
mps_transpose( rop, op ) rop = mps_transpose( op )
Overloaded usage:
rop = op'
Multi-precision matrix
Performs a matrix transposition.
It's currently unsafe to use the in-place transposition by calling mps_transpose() with the same argument for output and input.