Get the Hermitian conjugate (adjoint) of this matrix. This is typically
notated by A^(Cross)

C# | Visual Basic | Visual C++ |
public ComplexMatrix HermitianConjugate()
Public Function HermitianConjugate As ComplexMatrix
public: ComplexMatrix^ HermitianConjugate()

A reference to this matrix after it has been transformed to its Hermitian
conjugate (adjoint).