TMatrix.Transpose Method
Transposes the matrix.
Namespace: SMath.Math.NumericAssembly: SMath.Math.Numeric (in SMath.Math.Numeric.dll) Version: 1.73.9126.0
public TMatrix Transpose()
Public Function Transpose As TMatrix
public:
TMatrix^ Transpose()
member Transpose : unit -> TMatrix
Return Value
TMatrixTransposition of the matrix.