Registered Member
|
Hi,
I use Eigen to do some numerical computation but meet some errors which I can't find why and how to solve. Here is one of my class:
And use following code to call this class.
There is a strange error when I use this code. Sometimes it works well, but sometimes it will report bus error,which has made me confused. There are some pictures about this error: http://miupix.cc/pm-DZ6DEL http://miupix.cc/pm-IH9BXA http://miupix.cc/pm-3ZBZQB http://miupix.cc/pm-4XDI78 http://miupix.cc/pm-PEGZ7V Anyone can help me with this problems? Thanks. |
Moderator
|
You are probably by-passing the system's memory allocator, and you thus have to tell Eigen so by compiling with de predefined macro EIGEN_MALLOC_ALREADY_ALIGNED=0.
|
Registered users: bartoloni, Bing [Bot], Evergrowing, Google [Bot], ourcraft