Skip to content

Automatic differentiation: A tool that allows you to calculate multivariable equations, vectors, matrices, and more. All done in C++, no libraries!

Notifications You must be signed in to change notification settings

Eshaancoding/AutoDiff

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Automatic differentiation: A tool that allows you to calculate multivariable equations, vectors, matrices, and more. All done in C++, no libraries!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published