[][src]Function peroxide::numerical::newton::newton

pub fn newton<F>(init_cond: Vec<f64>, f: F, rtol: f64) -> Vec<f64> where
    F: Fn(Vec<Dual>) -> Vec<Dual> + Copy