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

Newton Methods

References:

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

Re-exports

pub use self::newton_cg::*;
pub use self::newton_method::*;

Modules

newton_cg

Newton-CG method TODO: Stop when search direction is close to 0

newton_method

Newton's method