OpenBIMRL | Mathematical matrices functions
Class path: math.matrix.transpose
Transposed matrix

Description
Transposes a matrix.
Input
| Input | Name | Type | Description |
|---|---|---|---|
| 0 | Matrix | Matrix | Input matrix |
Output
| Output | Name | Type | Description |
|---|---|---|---|
| 0 | Result | Matrix | transposed matrix |
Use/Example
Sample file
Download of a sample file so that the user can test the usage himself