Return the conjugate transpose of this matrix. This is typically written A^H, although
sometimes A^* is used.

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

[Missing <returns> documentation for M:Cove.ClassicalUtilities.ComplexMatrix.ConjugateTranspose]