I calculated the inverse of an complex matrix $C=A+iB$, where $A,B$ are real matrices and $i^2=-1$:
$C^{-1}=(A+BA^{-1}B)^{-1}-iA^{-1}B(A+BA^{-1}B)^{-1}$
my question is: what assumptions must be met $A$ and $B$ to have this inverse?
Obviously, must be $A^{-1}$ and $(A+BA^{-1}B)^{-1}$, but there exist a way to characterize this?
Thanks!