Transposes the rows and columns of the matrix.

Namespace:  Bespoke.Common.LinearAlgebra
Assembly:  Bespoke.Common (in Bespoke.Common.dll) Version: 4.3.0.0 (4.3.0.0)

Syntax

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

Return Value

Transposed matrix.

See Also