Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 503 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 503 Bytes

Work in Progress!

working on test.cpp / fixing bugs

Note that this is not known for its efficiency

EXEC:

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