Install Eigen 3.3.9 - 1412kauti/martii GitHub Wiki
Download and extract the Eigen 3.3.9 zip from:
https://gitlab.com/libeigen/eigen/-/releases
Paste the following commands to build and compile Eigen3:
cd ~/Downloads/eigen-3.3.9
mkdir build && cd build
cmake ..
sudo make install