my C++ Eigen library practice notes
My eigen library practice notes
Clone this repo and load submodules:
git clone --recurse-submodules https://github.com/GeneKao/Eigen-Cpp-Notes.git
Make build folder:
cd Eigen-Cpp-Notes/src
mkdir build && cd build
Compile code:
cmake ..
make
Run executable:
Run corresponding executable file
./XXX_NAME/XXX_NAME_bin
For example to run file in 001_SetUp
:
./001_SetUp/001_SetUp_bin