Method transpose
val transpose: ITensor -> ITensor
Transpose of a matrix.
Declaration
val transpose: a:ITensor -> ITensor
Parameters
| Type | Name | Description |
|---|---|---|
| ITensor | a | The tensor to operate on. |
Returns
| Type | Description |
|---|---|
| ITensor | The result of this operation. |