TNumber.Transpose Method

Performs matrix transposition according to the type of obj.

Definition

Namespace: SMath.Math.Numeric
Assembly: SMath.Math.Numeric (in SMath.Math.Numeric.dll) Version: 1.73.9126.0
C#
public TNumber Transpose()

Return Value

TNumber
Result of matrix transposition.

Exceptions

GeneralException Thrown unless the type of obj is TMatrix or TSystem.

See Also