Expand description
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§
- Gauss-Newton method with linesearch
- Gauss-Newton method