No template named Eigen::Vector #4701
Answered
by
hugtalbot
hugtalbot
asked this question in
Build / Config / Environment
-
Recompiling from scratch on Ubuntu 20.04 (SOFA master, further to #4603) I face the following error : /data/Softwares/sofa/src/master/Sofa/Component/SolidMechanics/FEM/HyperElastic/tests/Material_test.cpp:57:18: error: no template named 'Vector' in namespace 'Eigen'
const Eigen::Vector<Real, 3>& eigenvalues = eigensolver.eigenvalues(); I see that |
Beta Was this translation helpful? Give feedback.
Answered by
hugtalbot
May 7, 2024
Replies: 2 comments 3 replies
-
That's weird that the CI succeeds to compile. What happens if you uncomment the include? |
Beta Was this translation helpful? Give feedback.
3 replies
-
Clearly this is an issue of Eigen version. Updating to 3.4.0 solved my problem |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
hugtalbot
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Clearly this is an issue of Eigen version. Updating to 3.4.0 solved my problem