Matrix Transp(TMtx X)
Transpose of the matrix and return it as result.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtx | source TMtx |
Returns: Matrix
Remarks:
Internally calls Dew.Math.Matrix.Transp
Transpose of the matrix and return it as result.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtx | source TMtx |
Returns: Matrix
Internally calls Dew.Math.Matrix.Transp