Trust-region — where it appears
Named by 2 essays across one field — each of them below, with the objects they name alongside it.
The division that cannot be done
Conjugate gradients divides by pᵀAp at every step, and on a matrix that is not positive definite that number can be zero or negative. This site has guarded against it since its first commit and described it as a failure. In the method that made conjugate gradients famous it is the single most valuable object the iteration can produce, and it costs six matrix–vector products.
The certificate that arrives soonest is worth least
The more negative a Hessian's smallest eigenvalue, the sooner conjugate gradients meets a direction of negative curvature — and the less of the exact trust-region decrease that direction turns out to be worth. At λ_min = −10 the step arrives after two products and gets 39.6 per cent; at −10⁻³ the same two products get 89.8, and the whole sweep costs eight.
Named alongside it
The objects these essays reach for when they reach for this one.
CertificateConjugate gradientsEigenvaluesIndefinite matrixKrylov subspaceNegative curvatureBisectionCholeskyJacobi's eigenvalue methodMatrix-freeMINRESQuadratic form