Complete pivoting — where it appears
Named by 2 essays across one field — each of them below, with the objects they name alongside it.
The pivot that reads the units
Partial pivoting compares the entries of a column and takes the largest. Those entries carry units, so the comparison depends on them — and there is a row scaling, on the standard two-by-two that pivoting exists to fix, which makes partial pivoting perform the identical catastrophic elimination it was introduced to prevent, with no interchange at all.
When symmetry is not enough
The matrix [[0, 1], [1, 0]] is symmetric, nonsingular and perfectly conditioned, and there is no diagonal entry to pivot on. Every factorisation restricted to symmetric interchanges and one-by-one pivots fails on it, at any depth of searching, because every entry it could search is zero. The repair is to take two variables at once.
Named alongside it
The objects these essays reach for when they reach for this one.
Growth factorPartial pivotingBackward errorBunch–KaufmanCholeskyConstrained minimisationEquilibrationGaussian eliminationLDLᵀ factorisationRow scalingSaddle-point systemsSilent failure