transpose method
transpose
Performs transposing of matrix.
Returns
Transposed matrix.
def transpose(self, initial_matrix):
...
Parameter | Type | Description |
---|---|---|
initial_matrix | TransformationMatrix | Matrix to transpose. |
Performs transposing of matrix.
Transposed matrix.
def transpose(self, initial_matrix):
...
Parameter | Type | Description |
---|---|---|
initial_matrix | TransformationMatrix | Matrix to transpose. |