Module argmin::solver::gaussnewton[][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::gaussnewton_linesearch::*;
pub use self::gaussnewton_method::*;

Modules

gaussnewton_linesearch

Gauss-Newton method with linesearch

gaussnewton_method

Gauss-Newton method