Convergence rate — where it appears
The rate the condition number predicts
Conjugate gradients converge at a rate governed by the square root of the condition number. That is a bound rather than an estimate, it is provable, and it is loose enough that provisioning iterations from it wastes nine out of ten.
A preconditioner that changes sign
Strang's circulant preconditioner takes Toeplitz conjugate gradients from 179 steps to 10 at n = 256. At n = 64 on the same family it takes 66 steps to 109 — worse than doing nothing. Between those rows the preconditioner's smallest eigenvalue crosses zero, and nothing in the published account of the method mentions that it can be negative.
Named alongside it
The objects these essays reach for when they reach for this one.
Condition numberConjugate gradientsPreconditioningCirculant preconditionerClustered spectrumJacobi iterationKrylov subspaceOrthogonalityPositive definiteResidualSparsityToeplitz matrix