Registered Member
|
Hi you guys,
I'm working on a geometric framework using Eigen heavily. I faced the famous unaligned assert This is my class ReferenceFrame
As you suggest, I used the EIGEN_MAKE_ALIGNED_OPERATOR_NEW. I had no problem till I added the Matrix4d, which causes the alignment issue. From gdb I backtraced the origin of the assert is in the constructor:
Some suggestions? It's an alignment issue? Ubuntu 10.10 Eigen 3.0 beta2 g++-4.5 Code compiled with no optimizations, only with debug symbols |
Registered Member
|
The assert page lists 4 known causes for this assertion, you have to go over them and check if they may apply in your case. For example, are you using STL containers, are you passing objects by value...
Join us on Eigen's IRC channel: #eigen on irc.freenode.net
Have a serious interest in Eigen? Then join the mailing list! |
Registered users: Bing [Bot], Evergrowing, Google [Bot], rockscient