Transposes this matrix.
Namespace:
CenterSpace.NMath.MatrixAssembly: NMath (in NMath.dll) Version: 5.1.0.0
Syntax
| C# |
|---|
public DoubleLowerTriMatrix Transpose() |
| Visual Basic (Declaration) |
|---|
Public Function Transpose As DoubleLowerTriMatrix |
| Visual C++ |
|---|
public: DoubleLowerTriMatrix^ 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.