argmin::solver::conjugategradient

Module cg

Source
Expand description

Conjugate gradient method

§References:

[0] Jorge Nocedal and Stephen J. Wright (2006). Numerical Optimization. Springer. ISBN 0-387-30303-0.

Structs§

  • The conjugate gradient method is a solver for systems of linear equations with a symmetric and positive-definite matrix.