-
Notifications
You must be signed in to change notification settings - Fork 116
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
Conversation
There was a problem hiding this 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, |
There was a problem hiding this comment.
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 ?
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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
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
.