Notes: This is rarely used directly
Notes: Use preconditioned conjugate gradient to compute an approximate minimizer of the quadratic function
q(s) = g^T * s + .5 * s^T * H * s
subject to the Euclidean norm trust region constraint
|| D * s || <= delta,
where
delta is the trust region radius, g is the gradient vector, and H is Hessian matrix, D is a scaling matrix.
KSPConvergedReason may be
KSP_CONVERGED_CG_NEG_CURVE if convergence is reached along a negative curvature direction,
KSP_CONVERGED_CG_CONSTRAINED if convergence is reached along a constrained step,
other KSP converged/diverged reasons
Level:developer
Location:src/ksp/ksp/impls/qcg/qcg.c
Index of all KSP routines
Table of Contents for all manual pages
Index of all manual pages