CGAL / cgal

The public CGAL repository, see the README below
https://github.com/CGAL/cgal#readme
Other
4.88k stars 1.38k forks source link

Spectra and geodesic distances #908

Closed lrineau closed 6 years ago

lrineau commented 8 years ago

https://cgal.geometryfactory.com/CGAL/Members/wiki/Meetings/Sophia16#.E2.9C.94_Spectra_and_geodesic_distances

sloriot commented 7 years ago

@sgiraudot @palliez IIRC spectra will be merged into Eigen. If I'm right, shall we close this issue?

sgiraudot commented 7 years ago

I think there is stll the question of adding wrappers in CGAL to access the Spectra functions (similarly to what is done with Eigen in Solver_interface). @palliez, what do you think?

janetournois commented 7 years ago

@palliez up :)

sgiraudot commented 7 years ago

@palliez any news on this issue? Is there a work in progress to add wrappers to Spectra functions in CGAL?

MaelRL commented 6 years ago

From the CGAL meeting: @palliez will ask Gaël Guennebaud what is the status of the integration of Spectra into Eigen.

MaelRL commented 6 years ago

From Gaël's answer, Spectra won't be integrated in Eigen in the near future.

sloriot commented 6 years ago

Spectra being a header only library, using it in a CGAL package is not a problem. A simple cmake find module should be written. I close this issue now.