- Quadratic Equation Solver with Linear Algebra using LU and QR decomposition
- Put Eigen 3 C+ library into the project library as name of "Eigen 3"
- Eigen website: http://eigen.tuxfamily.org/
- Argument 1: input file location
- Argument 2: '--qr' to solve the equation using QR Decomposition, otherwise LU Decomposition