Is there a trick to invert $I+ABA$ given a spectral decomposition of $A$ and $B$? If it matters, $A$ is positive definite, but $B$ may be indefinite. My goal is to avoid an additional factorization if possible.
I am aware of the very nice answer to a similar question here. And, certainly, we could accomplish this if we had a spectral decomposition of $ABA$ directly since if $VDV^T=ABA$, then $I+ABA=V(I+D)V^T$ and $(I+ABA)^{-1}=V(I+D)^{-1}V^T$. As such, I suppose an equivalent question would be whether we can find the spectral decomposition of $ABA$ given the spectral decomposition of $A$ and $B$.
Thanks in advance!