Simulator programs and utilities for automatic differentiation.
Go to file
Bård Skaflestad 6319c428a3 Don't return values from update operators.
Statements like

   a = b += c

make no sense
2013-04-30 10:47:00 +02:00
.gitignore Ignore executables. 2013-04-29 15:01:03 +02:00
AutoDiff.hpp Don't return values from update operators. 2013-04-30 10:47:00 +02:00
find_zero.cpp Add simple library for automatic differentiation 2013-04-29 13:39:57 +02:00
README.md Initial commit 2013-04-29 01:31:45 -07:00
test_ad.cpp Add simple library for automatic differentiation 2013-04-29 13:39:57 +02:00
test_syntax.cpp Add further test cases 2013-04-30 00:08:02 +02:00

autodiff-experimental

Experiments in Automatic Differentiation