transpose


Description:

public void transpose ()

Replaces this with its transpose.

Ie, every element (i,j) in the new matrix is taken from element (j,i) in the old matrix.

Parameters:

this

A Matrix