Golub kahan bidiagonalisation — where it appears
Named by 3 essays across 2 fields — each of them below, with the objects they name alongside it.
The step that stops mattering
Regularise the problem the iteration has built rather than the problem it was given, and the error curve stops turning. The unregularised run ends 1,127 times above its own best; the same run with a penalty inside it ends 1.000000000003 times above.
A parameter chosen on a smaller problem
Inside a hybrid method the regularisation parameter is chosen on a 25×24 problem rather than a 64×64 one. The rule that reads a residual transfers exactly; the rule that reads a trace is biased by exactly two grid steps at twenty-four steps and one at forty, at every noise level from 10% to 0.1%.
One sequence and two recurrences
CGLS and LSQR compute the same iterates — the minimiser over a space is unique, so there is nothing to choose between them in the algebra. At κ = 10⁶ they cost 42 steps and 47. At κ = 10¹⁰ they cost 110 and 209, across four seeds, and the quantity that separates them is the orthogonality of a basis neither of them keeps.
Named alongside it
The objects these essays reach for when they reach for this one.
Hybrid regularisationIll posed problemProjected problemStopping criterionCglsDiscrepancy principleForward errorGeneralised cross validationInfluence matrixIterative regularisationKrylov subspaceLsqr