민트초코맛꼬깔콘 2014. 8. 25. 17:56
반응형
my_program: path/to/eigen/Eigen/src/Core/DenseStorage.h:44:
Eigen::internal::matrix_array<T, Size, MatrixOptions, Align>::internal::matrix_array()
[with T = double, int Size = 2, int MatrixOptions = 2, bool Align = true]:
Assertion `(reinterpret_cast<size_t>(array) & 0xf) == 0 && "this assertion
is explained here: http://eigen.tuxfamily.org/dox/UnalignedArrayAssert.html
     READ THIS WEB PAGE !!! ****"' failed.

^^^^^^^^^^^^^^^^^^^^^^^^^ 에러 메시지


#define EIFEN_DONT_ALIGN_STATICALLY 추가



참고사이트

http://eigen.tuxfamily.org/dox-devel/group__TopicUnalignedArrayAssert.html



반응형