I just got the following run-time error /usr/include/eigen3/Eigen/src/Core/DenseStorage.h:69: Eigen::internal::plain_array<T, Size, MatrixOrArrayOptions, 16>::plain_array() [with T = std::complex<double>, int Size = 3, int MatrixOrArrayOptions = 0]: Assertion `(reinterpret_cast<size_t>(array) & 0xf) == 0 && "this assertion is explained here: " "http://eigen.tuxfamily.org/dox-devel/TopicUnalignedArrayAssert.html" " **** READ THIS WEB PAGE !!! ****"' failed. But the web page referred to does not exist. I am using Version: 3.0.5-1 from the official ubuntu repository.
This is a rather outdated version of Eigen. This link has been fixed in the other versions, but I added a redirection on the server to make it work anyway..
(In reply to comment #1) > This is a rather outdated version of Eigen. This link has been fixed in the > other versions, but I added a redirection on the server to make it work > anyway.. Many thanks! (And with the explanation on the page I was able to fix my error. ;)
The redirection is gone again.
Is there a way to automatically keep this redirection? I guess, there will be old versions of Eigen in use for some time.
The fix should be online within a few hours: https://bitbucket.org/eigen/eigen/commits/d3c8bb0a13ea/ Changeset: d3c8bb0a13ea User: ggael Date: 2014-09-07 22:38:09 Summary: Bug 804: copy group__TopicUnalignedArrayAssert.html to TopicUnalignedArrayAssert.html as the second is linked to by old Eigen versions.
-- GitLab Migration Automatic Message -- This bug has been migrated to gitlab.com's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.com/libeigen/eigen/issues/804.