Returns the conjugate transpose of this instance.

Namespace: Extreme.Mathematics.LinearAlgebra.Complex
Assembly: Extreme.Numerics (Extreme.Numerics)

Syntax

Visual Basic (Declaration)
Public Overridable Function Conjugate As ComplexMatrix
C#
public virtual ComplexMatrix Conjugate ()
C++
public:
virtual ComplexMatrix^ Conjugate ()

Return Value

A ComplexMatrix representing the conjugate transpose of this ComplexMatrix.

Remarks

Each component is the conjugate of the corresponding component of the original matrix.