Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 243 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 243 Bytes

MathTools

C++ math tools. Eigen is used for vectors, matrix related calculation.

Installation:

  1. sudo mkdir /usr/local/include/MathTools
  2. copy all header files to /usr/local/include/MathTools
  3. include <MathTools/mathtool.h> to use