Consider the matrix valued function $A: \mathbb R \rightarrow \mathbb R^{n \times n}$. For a particular $x \in \mathbb R$, $A(x)$ has Eigenvalues $\lambda_1, \dots, \lambda_n$. Is it possible to compute the sensitivities of the eigenvalues w.r.t. $x$? I.e.
$$ \frac{\partial \lambda_i}{\partial x}. $$
I am aware of the standard Eigenvalue perturbation theory as in https://en.m.wikipedia.org/wiki/Eigenvalue_perturbation, but there the matrix is symmetric and with a perturbation that is necessarily a scaled version of the matrix (e.g. $A+\delta A$), which is not the case in this setup.
Thanks in advance!