Home
last modified time | relevance | path

Searched defs:Algebraic_category (Results 1 – 14 of 14) sorted by relevance

/dports/math/cgal/CGAL-5.3/include/CGAL/
H A DAlgebraic_structure_traits.h65 typedef Null_tag Algebraic_category; typedef
99 typedef Null_tag Algebraic_category; typedef
140 typedef Integral_domain_without_division_tag Algebraic_category; typedef
193 typedef Integral_domain_tag Algebraic_category; typedef
210 typedef Unique_factorization_domain_tag Algebraic_category; typedef
247 typedef Euclidean_ring_tag Algebraic_category; typedef
438 typedef Field_tag Algebraic_category; typedef
514 typedef Field_with_sqrt_tag Algebraic_category; typedef
547 typedef Field_with_kth_root_tag Algebraic_category; typedef
567 typedef Field_with_root_of_tag Algebraic_category; typedef
H A Dmpq_class.h49 typedef Field_tag Algebraic_category; typedef
H A Dmpz_class.h53 typedef Euclidean_ring_tag Algebraic_category; typedef
H A DNumber_type_checker.h693 typedef typename AST1::Algebraic_category Algebraic_category; typedef
/dports/math/cgal/CGAL-5.3/include/CGAL/Sqrt_extension/
H A DAlgebraic_structure_traits.h33 typedef CGAL::Integral_domain_without_division_tag Algebraic_category; typedef
53 typedef CGAL::Integral_domain_tag Algebraic_category; typedef
151 typedef Field_tag Algebraic_category; typedef
/dports/math/cgal/CGAL-5.3/include/CGAL/Polynomial/
H A DAlgebraic_structure_traits.h79 typedef Integral_domain_without_division_tag Algebraic_category; typedef
113 typedef Integral_domain_tag Algebraic_category; typedef
201 typedef Unique_factorization_domain_tag Algebraic_category; typedef
258 typedef Euclidean_ring_tag Algebraic_category; typedef
H A Dprs_resultant.h209 typedef typename Algebraic_structure_traits<RES>::Algebraic_category Algebraic_category; in prs_resultant_decompose() typedef
250 Algebraic_category; in prs_resultant() typedef
H A Dsturm_habicht_sequence.h239 Algebraic_category; in first_two_sturm_habicht_coefficients_() typedef
276 Algebraic_category; in principal_sturm_habicht_sequence_() typedef
H A Dsubresultants.h706 Algebraic_category; in polynomial_subresultants_() typedef
745 Algebraic_category; in principal_subresultants_() typedef
797 Algebraic_category; in polynomial_subresultants_with_cofactors_() typedef
H A Dpolynomial_gcd.h114 typedef typename Algebraic_structure_traits<IC>::Algebraic_category Algebraic_category; in gcd_() typedef
267 typedef typename Algebraic_structure_traits<NT>::Algebraic_category Algebraic_category; in gcdex_() typedef
H A Ddeterminant.h156 typedef typename Algebraic_structure_traits<NT>::Algebraic_category Algebraic_category; in determinant() typedef
H A Dresultant.h127 typedef typename AST_IC::Algebraic_category Algebraic_category; in resultant_interpolate() typedef
H A Dsquare_free_factorize.h150 typedef typename Algebraic_structure_traits<POLY>::Algebraic_category Algebraic_category; in square_free_factorize_for_regular_polynomial_() typedef
/dports/math/cgal/CGAL-5.3/examples/Algebraic_foundations/
H A Dalgebraic_structure_dispatch.cpp18 typedef typename AST::Algebraic_category Algebraic_category; in unit_part() typedef