Function heron::rapier_plugin::rapier3d::parry::utils::find_root_intervals[][src]

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

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