fenris_optimize/
lib.rs

1/// Calculus helper traits and numerical differentiation
2pub mod calculus;
3/// Implementations of the Newton method with different line search strategies
4pub mod newton;