ILNumerics - Technical Application Development
Assembly: ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
Return transposed version of this array.
[ILNumerics Core Module]
Namespace: ILNumerics.Core.Arrays
Assembly: ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax
Property Value
Type: RetTRemarks
For arrays having NumberOfDimensions < 2 T returns the same array.
For matrices, T swaps columns with rows.
For arrays and if ArrayStyle is ILNumericsV4, the dimensions are shifted by one. For ArrayStylenumpy the behavior is similar to (but more efficient than) calling SwapDimensions on a copy of this array.
Note, for complex elements, no conjugate is created! Use conj(A.T) if this is intended.
[ILNumerics Core Module]
See Also