Home
last modified time | relevance | path

Searched refs:Algebraic_kernel_d_1 (Results 1 – 25 of 28) sorted by relevance

12

/dports/math/cgal/CGAL-5.3/include/CGAL/Algebraic_kernel_d/
H A DBitstream_coefficient_kernel_at_alpha.h36 typedef AlgebraicKernel_1 Algebraic_kernel_d_1; typedef
38 typedef typename Algebraic_kernel_d_1::Polynomial_1 Polynomial_1;
49 <Algebraic_kernel_d_1>;
52 Algebraic_kernel_d_1* _m_kernel;
71 typedef AlgebraicKernel_1 Algebraic_kernel_d_1; typedef
75 typedef typename Algebraic_kernel_d_1::Polynomial_1 Polynomial_1;
85 typedef typename Algebraic_kernel_d_1::Bound Bound;
126 Algebraic_kernel_d_1* _m_kernel;
138 Convert_to_bfi(Algebraic_kernel_d_1* kernel, in Convert_to_bfi()
149 typedef typename Algebraic_kernel_d_1::Bound Bound; in operator()
[all …]
H A Dalgebraic_curve_kernel_2_tools.h102 template<typename Algebraic_kernel_d_1,typename Poly_2, typename Algebraic_real>
103 Poly_2 poly_non_vanish_leading_term(Algebraic_kernel_d_1* kernel, in poly_non_vanish_leading_term()
131 typedef AlgebraicKernel_1 Algebraic_kernel_d_1; in bound_left_of() typedef
133 typedef typename Algebraic_kernel_d_1::Algebraic_real_1 Algebraic_real_1; in bound_left_of()
134 typedef typename Algebraic_kernel_d_1::Bound Bound; in bound_left_of()
H A DAlgebraic_curve_kernel_2.h109 typedef AlgebraicKernel_d_1 Algebraic_kernel_d_1; typedef
112 typedef typename Algebraic_kernel_d_1::Algebraic_real_1 Algebraic_real_1;
115 typedef typename Algebraic_kernel_d_1::Coefficient Coefficient;
123 typedef typename Algebraic_kernel_d_1::Bound Bound;
125 typedef typename Algebraic_kernel_d_1::size_type size_type;
135 typedef typename Algebraic_kernel_d_1::Polynomial_1 Polynomial_1;
2348 typename Algebraic_kernel_d_1::template Pair_first in operator()
2350 typename Algebraic_kernel_d_1::template Pair_second in operator()
2393 typename Algebraic_kernel_d_1::template Pair_first in operator()
2395 typename Algebraic_kernel_d_1::template Pair_second in operator()
[all …]
H A DXy_coordinate_2.h126 typedef typename Algebraic_curve_kernel_2::Algebraic_kernel_d_1
127 Algebraic_kernel_d_1; typedef
327 typename Algebraic_kernel_d_1::Solve_1 real_roots; in y()
/dports/math/cgal/CGAL-5.3/include/CGAL/
H A DArr_rational_function_traits_2.h51 typedef Arr_rational_function_traits_2<Algebraic_kernel_d_1>
53 typedef Arr_rational_arc::Base_rational_arc_ds_1<Algebraic_kernel_d_1>
57 typedef Arr_rational_arc::Base_rational_arc_d_1<Algebraic_kernel_d_1>
61 typedef Arr_rational_arc::Rational_arc_d_1<Algebraic_kernel_d_1>
63 typedef Arr_rational_arc::Algebraic_point_2<Algebraic_kernel_d_1>
79 typedef typename Algebraic_kernel_d_1::Bound Bound;
85 typedef CGAL::Arr_rational_arc::Cache<Algebraic_kernel_d_1> Cache;
101 mutable Algebraic_kernel_d_1* _ak_ptr;
105 Algebraic_kernel_d_1* algebraic_kernel_d_1() const {return _ak_ptr;} in algebraic_kernel_d_1()
125 _ak_ptr = new Algebraic_kernel_d_1; in Arr_rational_function_traits_2()
[all …]
H A DAlgebraic_kernel_d_2.h29 < CGAL::Algebraic_kernel_d_1 <Coefficient> >
H A DArr_algebraic_segment_traits_2.h48 typedef CGAL::Algebraic_kernel_d_1< Coefficient > Algebraic_kernel_d_1; typedef
50 typedef CGAL::Algebraic_curve_kernel_2< Algebraic_kernel_d_1 >
/dports/math/cgal/CGAL-5.3/include/CGAL/Arr_rat_arc/
H A DRational_function.h29 typedef AlgebraicKernel_d_1 Algebraic_kernel_d_1; typedef
30 typedef Base_rational_arc_ds_1<Algebraic_kernel_d_1> Base;
44 Algebraic_kernel_d_1* ak_ptr): in Rational_function_rep()
185 mutable Algebraic_kernel_d_1* _ak_ptr;
194 typedef Algebraic_kernel_ Algebraic_kernel_d_1; typedef
197 typedef Rational_function<Algebraic_kernel_d_1> Self;
208 CGAL_STATIC_THREAD_LOCAL_VARIABLE_0(Algebraic_kernel_d_1, kernel); in get_default_instance()
215 Algebraic_kernel_d_1* ak_ptr) : in Rational_function()
H A DCache.h34 typedef AlgebraicKernel_d_1 Algebraic_kernel_d_1; typedef
35 typedef Base_rational_arc_ds_1<Algebraic_kernel_d_1> Base;
36 typedef Cache<Algebraic_kernel_d_1> Self;
45 typedef CGAL::Arr_rational_arc::Rational_function<Algebraic_kernel_d_1>
47 typedef CGAL::Arr_rational_arc::Rational_function_canonicalized_pair<Algebraic_kernel_d_1>
49 typedef CGAL::Arr_rational_arc::Rational_function_pair<Algebraic_kernel_d_1>
104 void initialize(Algebraic_kernel_d_1* ak_ptr) in initialize()
108 void initialize(const Self& other, Algebraic_kernel_d_1* ak_ptr) in initialize()
313 mutable Algebraic_kernel_d_1* _ak_ptr;
H A DRational_function_pair.h32 typedef AlgebraicKernel_d_1 Algebraic_kernel_d_1; typedef
33 typedef Base_rational_arc_ds_1<Algebraic_kernel_d_1> Base;
34 typedef CGAL::Arr_rational_arc::Rational_function_canonicalized_pair<Algebraic_kernel_d_1>
36 typedef CGAL::Arr_rational_arc::Rational_function<Algebraic_kernel_d_1>
H A DRational_function_ordered_pair.h32 typedef AlgebraicKernel_d_1 Algebraic_kernel_d_1; typedef
33 typedef Base_rational_arc_ds_1<Algebraic_kernel_d_1> Base;
34 typedef CGAL::Arr_rational_arc::Rational_function_pair<Algebraic_kernel_d_1>
36 typedef CGAL::Arr_rational_arc::Rational_function<Algebraic_kernel_d_1>
H A DAlgebraic_point_2.h45 typedef AlgebraicKernelD_1 Algebraic_kernel_d_1; typedef
46 typedef Base_rational_arc_ds_1<Algebraic_kernel_d_1>
49 typedef CGAL::Arr_rational_arc::Rational_function<Algebraic_kernel_d_1>
51 typedef CGAL::Arr_rational_arc::Rational_function_pair<Algebraic_kernel_d_1>
55 typedef typename Algebraic_kernel_d_1::Bound Bound;
73 typedef CGAL::Arr_rational_arc::Cache<Algebraic_kernel_d_1>
329 Algebraic_kernel_d_1 _algebraic_kernel;
338 typedef Algebraic_kernel_ Algebraic_kernel_d_1; typedef
341 typedef Algebraic_point_2<Algebraic_kernel_d_1> Self;
353 CGAL_STATIC_THREAD_LOCAL_VARIABLE_0(Algebraic_kernel_d_1, kernel); in get_default_instance()
H A DRational_function_canonicalized_pair.h32 typedef AlgebraicKernel_d_1 Algebraic_kernel_d_1; typedef
33 typedef Base_rational_arc_ds_1<Algebraic_kernel_d_1> Base;
35 typedef CGAL::Arr_rational_arc::Rational_function<Algebraic_kernel_d_1>
50 Algebraic_kernel_d_1* ak_ptr) in Rational_function_canonicalized_pair_rep()
431 Algebraic_kernel_d_1* _ak_ptr;
440 typedef Algebraic_kernel_ Algebraic_kernel_d_1; typedef
441 typedef Rational_function_canonicalized_pair_rep<Algebraic_kernel_d_1>
444 typedef Rational_function_canonicalized_pair<Algebraic_kernel_d_1>
455 Algebraic_kernel_d_1* ak_ptr) : in Rational_function_canonicalized_pair()
/dports/math/cgal/CGAL-5.3/examples/Arrangement_on_surface_2/
H A Drational_functions.cpp22 typedef CGAL::Algebraic_kernel_d_1<Number_type> AK1;
48 Alg_real_1 l(Traits_2::Algebraic_kernel_d_1::Bound(-2.1)); in main()
49 Alg_real_1 r(Traits_2::Algebraic_kernel_d_1::Bound(2.1)); in main()
H A Drational_functions_rational_coefficients.cpp24 typedef CGAL::Algebraic_kernel_d_1<Integer> AK1;
55 Alg_real_1 l(Traits_2::Algebraic_kernel_d_1::Bound(-2.1)); in main()
56 Alg_real_1 r(Traits_2::Algebraic_kernel_d_1::Bound(2.1)); in main()
H A Dunbounded_rational_functions.cpp22 typedef CGAL::Algebraic_kernel_d_1<Number_type> AK1;
/dports/math/cgal/CGAL-5.3/demo/Arrangement_on_surface_2/tests/
H A DTestAlgebraic.cpp10 typedef Traits::Algebraic_kernel_d_1 Algebraic_kernel_d_1; typedef
/dports/math/cgal/CGAL-5.3/examples/Algebraic_kernel_d/
H A DConstruct_algebraic_real_1.cpp11 typedef CGAL::Algebraic_kernel_d_1<CGAL::Gmpz> AK;
H A DSign_at_1.cpp10 typedef CGAL::Algebraic_kernel_d_1<CGAL::Gmpz> AK;
H A DIsolate_1.cpp10 typedef CGAL::Algebraic_kernel_d_1<CGAL::Gmpz> AK;
H A DCompare_1.cpp10 typedef CGAL::Algebraic_kernel_d_1<CGAL::Gmpz> AK;
H A DSolve_1.cpp10 typedef CGAL::Algebraic_kernel_d_1<CGAL::Gmpz> AK;
/dports/math/cgal/CGAL-5.3/include/CGAL/Surface_mesh_parameterization/
H A DARAP_parameterizer_3.h607 typedef CGAL::Algebraic_kernel_d_1<GMP_NT> Algebraic_kernel_d_1; in solve_cubic_equation_with_AK() typedef
608 typedef typename Algebraic_kernel_d_1::Polynomial_1 Polynomial_1; in solve_cubic_equation_with_AK()
609 typedef typename Algebraic_kernel_d_1::Algebraic_real_1 Algebraic_real_1; in solve_cubic_equation_with_AK()
610 typedef typename Algebraic_kernel_d_1::Coefficient Coefficient; in solve_cubic_equation_with_AK()
611 typedef typename Algebraic_kernel_d_1::Multiplicity_type Multiplicity_type; in solve_cubic_equation_with_AK()
615 typedef Algebraic_kernel_d_1::Solve_1 Solve_1; in solve_cubic_equation_with_AK()
617 Algebraic_kernel_d_1 ak_1; in solve_cubic_equation_with_AK()
/dports/math/cgal/CGAL-5.3/demo/Arrangement_on_surface_2/
H A DArrangementTypes.h133 typedef CGAL::Algebraic_kernel_d_1<Core_integer> AK1;
H A DAlgebraicCurveParser.cpp173 typename CGAL::Algebraic_kernel_d_1<CORE::BigInt>::Polynomial_1>;

12