Returns the transpose of this instance.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public virtual Matrix<T> ConjugateTranspose()
Public Overridable Function ConjugateTranspose As Matrix(Of T)
public:
virtual Matrix<T>^ ConjugateTranspose()
abstract ConjugateTranspose : unit -> Matrix<'T>
override ConjugateTranspose : unit -> Matrix<'T>
Return Value
Type:
MatrixTA
MatrixT representing the
transpose of this instance.
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.
Reference