Transpose current matrix

Namespace:  Hyleos.Mathematic.Matrix
Assembly:  Hyleos.Mathematic (in Hyleos.Mathematic.dll) Version: 1.0.1.1 (1.0.1.1)

Syntax

C#
public MatrixDouble Transpose()
Visual Basic (Declaration)
Public Function Transpose As MatrixDouble
Visual C++
public:
MatrixDouble^ Transpose()

Return Value

Transposed MatrixDouble

See Also