pertrans — pertranspose
[Y]=pertrans(X)
Y=pertrans(X) returns the pertranspose of X, i.e. the symmetric of X w.r.t the second diagonal (utility function).
A=[1,2;3,4] pertrans(A)