Cannot transpose a TMatrixFSparse matrix - Error in <Transpose>: matrix has wrong shape

There is this workaround:

G.ResizeTo(5, 5);
G.T()
G.ResizeTo(1, 5);
G.Print();

Unfortunately this is the best I can give you :confused:

(I also opened a JIRA ticket for this issue, so that we may have resolution in a future release.)

Cheers,
Kim