Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade eigen to 3.4.0 #186

Merged
merged 6 commits into from
Oct 11, 2021
Merged

Upgrade eigen to 3.4.0 #186

merged 6 commits into from
Oct 11, 2021

Conversation

vaithak
Copy link
Collaborator

@vaithak vaithak commented Oct 9, 2021

After this, the issue #105 (replacing Eigen pointers with iterators) can be worked upon by anyone. IMO, it can be given a label of hacktoberfest.

Copy link
Member

@vissarion vissarion left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@@ -137,15 +138,15 @@ void call_test_uniform_generator(){
exact_vol = exact_zonotope_vol<NT>(P);
test_volume_hpoly(P,
0,
5.7603e+20,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

any idea of what have changed in Eigen and there are those changes in test results ?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not sure, my guess is that these are due to numerical instability for skinny objects.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

but the process is deterministic (in the tests), they probably changed some algorithms in eigen that volesti uses

@vissarion vissarion merged commit af5e2a0 into GeomScale:develop Oct 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants