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