We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently lgsm does not support Eigen <3.3 (beta2 present in 16.04 by default) as fails to compile.
The text was updated successfully, but these errors were encountered:
add use case to show eigen3.3 bug #2
1bf9b51
Out of curiosity, I tried to run git bisect and apparently the first commit for which the test is not compiling is https://github.com/RLovelett/eigen/commit/8668c9f3828ad976e760c9081164ca01734b2124 .
git bisect
Sorry, something went wrong.
I am state the obvious, but this is related to the new expression evaluators implemented in Eigen 3.3 : http://eigen.tuxfamily.org/index.php?title=3.3#Expression_evaluators .
Yep I tried to see what was needed 9e0cedc But I guess it's too much work/understanding for such a tiny lib..
ahoarau
rlober
No branches or pull requests
Currently lgsm does not support Eigen <3.3 (beta2 present in 16.04 by default) as fails to compile.
The text was updated successfully, but these errors were encountered: