Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Re: Working kernels for make_conforming_*_2 and refine_Delaynay_mesh_2 ??

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Re: Working kernels for make_conforming_*_2 and refine_Delaynay_mesh_2 ??


Chronological Thread 
  • From: "Sebastien Loriot (GeometryFactory)" <>
  • To:
  • Subject: Re: [cgal-discuss] Re: Working kernels for make_conforming_*_2 and refine_Delaynay_mesh_2 ??
  • Date: Fri, 06 Jul 2012 08:21:07 +0200

On 07/05/2012 03:01 PM, CaulDrohn wrote:
Thanks for answering so fast

I would like to ask an aditional question:
Is it possible to extend the number types in a way that they allow the sqrt?
I found CGAL::Sqrt_extension and thought i could give it a try, but got the
same error.

I was trying:

typedef CGAL::Sqrt_extension<CGAL::Gmpq,CGAL::Gmpq> GmpqSqrt;
typedef CGAL::Cartesian<GmpqSqrt> K;

Sqrt_extension has a limited subset of operations.
In particular, many binary operations expect that the extension is identical.

See the documentation for more details:
http://www.cgal.org/Manual/latest/doc_html/cgal_manual/NumberTypeSupport_ref/Class_Sqrt_extension.html

Sebastien.

Either I'm doing it wrong or Sqrt_extension doesn't work as I'm naively
thinking.


Thanks in advance (again )

--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/Working-kernels-for-make-conforming-2-and-refine-Delaynay-mesh-2-tp4655362p4655376.html
Sent from the cgal-discuss mailing list archive at Nabble.com.





Archive powered by MHonArc 2.6.18.

Top of Page