Recompression — where it appears
Named by 2 essays across 2 fields — each of them below, with the objects they name alongside it.
The rounding that was not the problem
A rank-k block plus a rank-k block is a rank-2k block, exactly, so every arithmetic in this format truncates after every addition. A Cholesky performed inside it does ninety-eight of those and its residual is 1.14·10⁻⁹ against a representation error of 1.40·10⁻⁹ — the roundings cost nothing measurable.
An iterate that must be made smaller
Applying a Kronecker-sum operator to a low-rank iterate multiplies its ranks by d and adding two of them adds their ranks, so a solver in a compressed format cannot keep what it produces. Every step is followed by a truncation — and whether that truncation is a floor on the residual depends on the right-hand side rather than on the truncation.
Named alongside it
The objects these essays reach for when they reach for this one.
Low-rank approximationResidualCholesky factorisationConjugate gradientsCurse of dimensionalityEckart–YoungError accumulationFormatted arithmeticHierarchical matrixKronecker sumKrylov subspaceModel problem