Skip to content

vulkanbets/Data_Structures_Cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 -

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published