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