Templated c++ Forward Automatic differentiation.
Find a file
2019-03-24 19:13:06 +01:00
.gitignore Initial commit 2019-03-24 19:06:50 +01:00
AutomaticDifferentiation.hpp initial commit 2019-03-24 19:13:06 +01:00
AutomaticDifferentiationVector.hpp initial commit 2019-03-24 19:13:06 +01:00
coverage_test.txt initial commit 2019-03-24 19:13:06 +01:00
Makefile.linux initial commit 2019-03-24 19:13:06 +01:00
Makefile.windows initial commit 2019-03-24 19:13:06 +01:00
README.md Initial commit 2019-03-24 19:06:50 +01:00
test_AutomaticDifferentiation.cpp initial commit 2019-03-24 19:13:06 +01:00
test_AutomaticDifferentiation_main.cpp initial commit 2019-03-24 19:13:06 +01:00
test_AutomaticDifferentiation_manual.cpp initial commit 2019-03-24 19:13:06 +01:00
test_AutomaticDifferentiation_vector.cpp initial commit 2019-03-24 19:13:06 +01:00

AutomaticDifferentiation

Templated c++ Forward Automatic differentiation.