Complex Conjugate Transpose Matrix (Not in Base Package)

Takes the complex conjugate transpose of the input matrix A, forming the output complex matrix Conjugate Transpose. This operation can be performed by taking a normal transpose of A and then taking the complex conjugate of all elements in A.

A is the input matrix to the complex conjugate transpose operation.
Conjugate Transpose is the complex conjugate transpose of the input matrix A.