Let $A\in\mathbb{R}^{n\times n}$ be a symmetric matrix. Consider the bordered matrix $$ B(x, v) \;=\; \begin{bmatrix} A & v\\[2pt] v^{\top} & x \end{bmatrix}\in\mathbb{R}^{(n+1)\times(n+1)}. $$.
If I were to calculate the eigenvalues of $B(x, v)$ for many different values of $(x, v)$, could I reuse any shared results to save time and computing resources, possibly the eigendecomposition of $A$?
I saw this post that's closely related to my question, but it does not provide an answer. Also, it someone linked a paper about multiple-rank update, which I don't know why is related to the problem since the updated matrix is still $n \times n$ instead of $(n+1) \times (n + 1)$.
Any suggestions are appreciated!
Thank you.