TMatrixTranspose Method
Switch the orientation of a matrix or vector, i.e., from horizontal to vertical and vice versa.
Namespace: SMath.Math.NumericAssembly: SMath.Math.Numeric (in SMath.Math.Numeric.dll) Version: 1.67.9018.0
public TMatrix Transpose()
Public Function Transpose As TMatrix
public:
TMatrix^ Transpose()
member Transpose : unit -> TMatrix
Return Value
TMatrixMatrix or vector with a switched orientation.