Home > Extreme Optimization Mathematics Library for .NET > Reference > Extreme.Mathematics.LinearAlgebra Namespace > Matrix Class > Methods


Extreme Optimization Mathematics Library for .NET

Matrix.Transpose Method 

Returns the transpose of this instance.

[Visual Basic]
Overridable Public Function Transpose() As Matrix
[C#]
public virtual Matrix Transpose();

Return Value

A Matrix representing the transpose of this Matrix.

Remarks

The transpose of a matrix is the matrix with rows and columns exchanged. The transpose of a matrix with m rows and n columns is a matrix with n rows and m columns.

See Also

Matrix Class | Extreme.Mathematics.LinearAlgebra Namespace