Closed daiyunbo closed 6 years ago
I can compile the code with Visual Studio 2015, Windows 10 without any problem. I am using Eigen 3.3.4 and I have no idea what caused your failure. Could you provide some info about your version of Eigen, together with the error details?
I am also using Eigen 3.3.4 Here is the failed assert. and the error info in cmd.
I've updated the code fixing this issue.
eigen requires 128 byte align, it ofen cause assert failed in the eigen files. http://eigen.tuxfamily.org/dox/group__TopicStlContainers.html. there are solutions to fix bugs in our code, but with all the solutions used it still cause assert failed. i build your code in windows 10, visual studio 2015. May you offer a version to use in windows, please?