`isposdef` inconsistent results, numerically unstable?

I thought I just mentioned it here:

But I guess not. Order of operations matters when taking into account floating point error. Multithreading can change the order of operations, making the multithreaded results stochastic in the last few values due to changing floating point error. I’m not sure what eigs is calling but I would assume that’s what’s happening here.

I would’ve suggested iterative solvers, but they find the eigenvalues in the other order…