Incomplete cholesky — where it appears
Named by 2 essays across 2 fields — each of them below, with the objects they name alongside it.
Changing the condition number on purpose
Preconditioning is usually introduced as a trick that makes an iteration converge faster. It is not a trick. It is solving a different system with the same solution and a condition number chosen rather than inherited, and the new condition number is computable.
The part of a solver that may be rounded
A preconditioner computed and applied with a three-bit significand still returns thirteen correct digits — it costs seventeen extra iterations and nothing else. Round the working arithmetic instead and the step count barely moves while the answer loses exactly the digits the format dropped.
Named alongside it
The objects these essays reach for when they reach for this one.
Conjugate gradientsPreconditioningCholeskyCondition numberFill-inForward errorHalf precisionJacobi iterationMixed precisionModel problemResidualSparsity