How to install Eigen?

Solution

Ubuntu

you can install Eigen as

prompt> sudo apt-get install libeigen3-dev

The library is installed below /usr/include/eigen3/.

"g++" may also be required to install, if you have not installed it.


Last modified: Thu Aug 17 15:07:52 JST 2017