Returns the transpose of this instance.
Namespace: Extreme.Mathematics.LinearAlgebra.Complex
Assembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 4.2.11333.0 (4.2.12253.0)
Syntax
| Visual Basic (Declaration) |
Public Overrides Function Transpose As ComplexMatrix
|
Return Value
A
ComplexMatrix representing the
transpose of this matrix.
Remarks
See Also