I have a $2n \times 2n$ real anti-triangular (skew-triangular?) block matrix of the form
$$ M = \begin{bmatrix} A & B \\ I_n & O_n \end{bmatrix} $$
where $I_n$ is the $n \times n$ identity matrix and $O_n$ is the $n \times n$ zero matrix. Note that the blocks $A$ and $B$ are also $n \times n$. Do the eigenvalues of $M$ have any specific relationships with the submatrices of $A$, $B$ (or their eigenvalues)?
Any theory or discussion would be helpful.