transpose method

transpose(self)

Transposes this instance.

Returns

The transposed matrix.


def transpose(self):
    ...

See Also