You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed many warnings detected by new Clang [Laurent Alonso]
New MingW target for use with R
Faster parallel 3D Delaunay triangulation
AVX predicates (experimental) (this is the version used in the course on Optimal Transport at SGP 2018)
Change Log
Now uses nullptr instead of NULL/0
Uses "modern C++"-isms wherever it makes the code easier to read (and does not use them wherever else !)
Many fixes for the different compilers/systems that are supported
Faster Delaunay3d triangulation by using ideas from https://arxiv.org/abs/1805.08831 (more efficient representation of cavities) and arithmetic filters for predicates in AVX