Home
last modified time | relevance | path

Searched refs:gcd_roots (Results 1 – 2 of 2) sorted by relevance

/dports/math/cgal/CGAL-5.3/include/CGAL/Algebraic_kernel_d/
H A DCurve_pair_analysis_2.h795 std::vector<Algebraic_real_1> gcd_roots; in create_event_slice_at_rational() local
796 kernel()->solve_1_object()(gcd,std::back_inserter(gcd_roots),false); in create_event_slice_at_rational()
797 size_type m = static_cast<size_type>(gcd_roots.size()); in create_event_slice_at_rational()
/dports/math/py-Diofant/Diofant-0.13.0/diofant/polys/
H A Drootisolation.py963 gcd_roots = ring.drop(1)._isolate_real_roots(gcd,
966 if len(gcd_roots) != 1:
969 l, r = gcd_roots[0][0]