find_root_intervals

Function find_root_intervals 

Source
pub fn find_root_intervals<T: Copy + PartialOrd + RealField>(
    function: &impl IntervalFunction<T>,
    init: Interval<T>,
    min_interval_width: T,
    min_image_width: T,
    max_recursions: usize,
) -> Vec<Interval<T>>
where f64: AsPrimitive<T>,
Expand description

Execute the Interval Newton Method to isolate all the roots of the given nonlinear function.