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