Docs.rs
argmin-0.10.0
argmin 0.10.0
Permalink
Docs.rs crate page
MIT OR Apache-2.0
Links
Homepage
Documentation
Repository
crates.io
Source
Owners
stefan-k
Dependencies
anyhow ^1.0
normal
argmin-math ^0.4
normal
ctrlc ^3.2.4
normal
optional
getrandom ^0.2
normal
optional
instant ^0.1
normal
num-traits ^0.2
normal
paste ^1
normal
rand ^0.8.5
normal
rand_xoshiro ^0.6.0
normal
rayon ^1.6.0
normal
optional
serde ^1.0
normal
optional
thiserror ^1.0
normal
approx ^0.5.0
dev
argmin-math ^0.4
dev
argmin_testfunctions ^0.2.0
dev
finitediff ^0.1.4
dev
ndarray ^0.15
dev
ndarray-linalg ^0.16
dev
Versions
100%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
argmin
0.10.0
Module gaussnewton
Structs
In argmin::solver
?
Module
argmin
::
solver
::
gaussnewton
source
·
[
−
]
Expand description
§
Newton Methods
Gauss-Newton method
Gauss-Newton method with line search
§
Reference
Jorge Nocedal and Stephen J. Wright (2006). Numerical Optimization. Springer. ISBN 0-387-30303-0.
Structs
§
GaussNewton
Gauss-Newton method
GaussNewtonLS
Gauss-Newton method with line search