Transposes this matrix.
Namespace:
CenterSpace.NMath.MatrixAssembly: NMath (in NMath.dll) Version: 5.1.0.0
Syntax
| C# |
|---|
public FloatLowerTriMatrix Transpose() |
| Visual Basic (Declaration) |
|---|
Public Function Transpose As FloatLowerTriMatrix |
| Visual C++ |
|---|
public: FloatLowerTriMatrix^ Transpose() |
Return Value
The transpose of this matrix. The transpose of an uppper triangular matrix is a lower triangular matrix.
Remarks
No data is copied. The returned matrix references the same
data as this matrix.