TSystemTranspose Method

Switch the orientation of a matrix or vector, i.e., from horizontal to vertical and vice versa.

Definition

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

Return Value

TNumber
Matrix or vector with a switched orientation.

Exceptions

GeneralExceptionThrows if argument is not a matrix or vector.

See Also