[][src]Module argmin::solver::newton::newton_method

Newton's method

References:

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

Structs

Newton

Newton's method iteratively finds the stationary points of a function f by using a second order approximation of f at the current point.