Returns the transpose of this instance.
Namespace: Extreme.MathematicsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
public virtual ComplexMatrix Transpose()
Public Overridable Function Transpose As ComplexMatrix
public:
virtual ComplexMatrix^ Transpose()
abstract Transpose : unit -> ComplexMatrix
override Transpose : unit -> ComplexMatrix
Return Value
Type:
ComplexMatrixA
ComplexMatrix representing the
transpose of this
ComplexMatrix.
The transpose of a matrix is the matrix
with rows and columns exchanged. The transpose of
a matrix with m rows and n columns is
a matrix with n rows and m columns.
Numerical Libraries
Supported in: 5.x, 4.x
Reference