Function parry3d::utils::find_root_intervals

source ยท
pub fn find_root_intervals<T: RealField + Copy>(
    function: &impl IntervalFunction<T>,
    init: Interval<T>,
    min_interval_width: T,
    min_image_width: T,
    max_recursions: usize
) -> Vec<Interval<T>>
Expand description

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