How to do a Hermitian matrix decomposition?

390 Views Asked by At

I want to recover the matrix $A$ out of the Hermitian matrix $H$ such that:

$$H = A\cdot A'$$ where :

  • $H$ is a hermitian matrix.

  • $A$ is a non-square matrix.

  • $A'$ is the conjugate transpose of the matrix $A$ .