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