transpose method

transpose

Transposes this instance.

Returns

The transposed matrix.

def transpose(self):
    ...

See Also