Home
last modified time | relevance | path

Searched defs:Integral_domain_tag (Results 1 – 9 of 9) sorted by relevance

/dports/math/cgal/CGAL-5.3/include/CGAL/Polynomial/
H A Dmodular_gcd.h34 const Polynomial<NT>& FF2 , Integral_domain_tag){ in modular_gcd_utcf() argument
H A Dsturm_habicht_sequence.h219 CGAL::Integral_domain_tag) { in first_two_sturm_habicht_coefficients_()
262 CGAL::Integral_domain_tag) { in principal_sturm_habicht_sequence_()
H A Dsubresultants.h690 CGAL::Integral_domain_tag){ in polynomial_subresultants_()
729 CGAL::Integral_domain_tag){ in principal_subresultants_()
760 CGAL::Integral_domain_tag) { in polynomial_subresultants_with_cofactors_()
H A Dpolynomial_gcd.h180 Integral_domain_tag){ in gcd_utcf_modularizable_algebra_() argument
224 Integral_domain_tag){ in gcd_utcf_modularizable_algebra_() argument
H A Dresultant.h97 const CGAL::Polynomial<Coeff>& B, CGAL::Integral_domain_tag){ in resultant_univariate()
H A Dsquare_free_factorize.h156 …olynomial<Coeff>& p, OutputIterator1 factors, OutputIterator2 multiplicities, Integral_domain_tag){ in square_free_factorize_for_regular_polynomial_() argument
H A DPolynomial_type.h1182 Integral_domain_tag) in division() argument
/dports/math/cgal/CGAL-5.3/include/CGAL/
H A DScalar_factor_traits.h48 static Scalar scalar_factor(const NT& a, Integral_domain_tag) { in scalar_factor() argument
58 Integral_domain_tag) { in scalar_factor() argument
H A DAlgebraic_structure_traits.h38 struct Integral_domain_tag : public Integral_domain_without_division_tag {}; struct