I have matrices $A\in\mathbb{R}^{n\times n}$, and need to calculate their Eigenvalues. The matrices $A$ are of this form: $A:=\left(\begin{array}{c} c_{1}a\\ c_{2}a\\ \vdots \\ c_{n-m}a \\ b_{1} \\b_{2} \\ \vdots \\ b_{m} \end{array}\right) $with row vectors $a,b_{i}\in\mathbb{R}^{1 \times n}$ and factors $c_{i}\in\mathbb{R}$.
Can I simplify the calculation of their eigenvalues somehow?