I have to (numerically) compute $$\int_{0}^{\infty} f(z)(zK+\sigma^2I)^{-1}u\,dz$$ where $u$ is a constant vector, $z$ is a scalar and $f(\cdot)$ is a known function.
The problem that I have is for each increment of $z$ I have to keep recalculating the Cholesky of $zK+\sigma^2I$.
If the Cholesky of $K$ is known is there a method of not continuously doing this for each new value of $z$?
I should mention that $K$ is a positive definite symmetric matrix, and usually dense.