For C++ Linear Algebra Library -- Must install C++ Eigen library using the following commands in Ubuntu
sudo apt install
:libeigen3-dev
libeigen3-doc
g++ -I /usr/include/eigen3/ main.cpp -o main
- Or just use the included makefile.
echo | gcc -E -Wp,-v -