项目作者: GeneKao

项目描述 :
my C++ Eigen library practice notes
高级语言: C++
项目地址: git://github.com/GeneKao/Eigen-Cpp-Notes.git
创建时间: 2021-07-30T07:55:28Z
项目社区:https://github.com/GeneKao/Eigen-Cpp-Notes

开源协议:MIT License

下载


Eigen-Cpp-Notes

My eigen library practice notes

To run the code

  1. Clone this repo and load submodules:

    1. git clone --recurse-submodules https://github.com/GeneKao/Eigen-Cpp-Notes.git
  2. Make build folder:

    1. cd Eigen-Cpp-Notes/src
    2. mkdir build && cd build
  3. Compile code:

    1. cmake ..
    2. make
  4. Run executable:

Run corresponding executable file

  1. ./XXX_NAME/XXX_NAME_bin

For example to run file in 001_SetUp:

  1. ./001_SetUp/001_SetUp_bin