ILNumerics Ultimate VS

ConcreteArrayT1, LocalT, InT, OutT, RetT, StorageTT Property

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
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

public RetT T { get; }

Property Value

Type: RetT
Remarks

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

Reference