Returns the conjugate transpose of this instance.
Namespace: Extreme.MathematicsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.17114.0)
public virtual ComplexMatrix ConjugateTranspose()
Public Overridable Function ConjugateTranspose As ComplexMatrix
public:
virtual ComplexMatrix^ ConjugateTranspose()
abstract ConjugateTranspose : unit -> ComplexMatrix
override ConjugateTranspose : unit -> ComplexMatrix
Return Value
Type:
ComplexMatrixA
ComplexMatrix representing the
conjugate 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.
The conjugate transpose is the conjugate
of the transpose of a matrix. Each component is the conjugate
of the corresponding component of the transpose of the original
matrix.
Numerical Libraries
Supported in: 5.x, 4.x
Reference