Skip to content

Latest commit

 

History

History
11 lines (11 loc) · 427 Bytes

README.md

File metadata and controls

11 lines (11 loc) · 427 Bytes

C/C++ Data Structures & Algo's & Linear Algebra


For C++ Linear Algebra Library -- Must install C++ Eigen library using the following commands in Ubuntu

  • sudo apt install:
    • libeigen3-dev
    • libeigen3-doc

To compile Eigen library use this command:

  • g++ -I /usr/include/eigen3/ main.cpp -o main
  • Or just use the included makefile.

To show the gcc include path in use

  • echo | gcc -E -Wp,-v -