Returns the transpose of this instance.
Namespace: Extreme.Mathematics.LinearAlgebra
Assembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 4.2.11333.0 (4.2.12253.0)
Syntax
| C# |
public override Matrix Transpose()
|
| Visual Basic (Declaration) |
Public Overrides Function Transpose As Matrix
|
| Visual C++ |
public:
virtual Matrix^ Transpose() override
|
| F# |
abstract Transpose : unit -> Matrix
override Transpose : unit -> Matrix
|
Return Value
A
TriangularMatrix representing the
transpose of this matrix.
Remarks
See Also