working on test.cpp / fixing bugs
Note that this is not known for its efficiency
to run main.cpp: c++ -std=c++11 -I Headers/ src/Variable/* src/Vector/* main.cpp && ./a.out && rm a.out to run test.cpp: c++ -std=c++11 -I Headers/ src/Variable/* src/Vector/* test.cpp && ./a.out && rm a.out
Or you could use the library in the lib folder. Then you should be able to include it like this:
Didn't compile the library yet, still working on completing this whole project