This seems simple, but I can't seem to solve it. Let $$A = \begin{pmatrix} D_{11} & \dots & D_{1n} \\ D_{21} & \dots & D_{2n} \\ \vdots & \vdots & \vdots\\ D_{n1} & \dots & D_{nn} \end{pmatrix}$$ be a block matrix such that (1) $A$ is symmetric (2) each $D_{ij}$ is diagonal. The goal is to find the eigenspectrum of $A$.
Special case) If $D_{ij} = c_{ij}I$, would replacing each block $D_{ij}$ by the scalar $c_{ij}$ give the same eigenspectrum?
General) Without this additional assumption, can we compute the eigenspectrum of $A$ using a surrogate matrix $\tilde{A}$ with block entries $A_{ij}$ replaced by a characterization of $D_{ij}$? If so, what would be this characterization?
I have seen this post where we can reorder the rows/columns to preserve eigenspectrum and reduce computation, but I think this question is a bit more specific and hopefully there exists a more analytical answer.