I run the code on this page,enter link description here
some error comes.
I tried,but failed,can someone help me?Thanks in advands!
Eigen is a C++ library for linear algebra that you need to install and include the correct headers.
The source code seems to target Linux. /usr/local/include/eigen3/Eigen/Eigen
implies a unix path.
You are on Windows, that won't work. you have to modify the code to work.