Simulator programs and utilities for automatic differentiation.
Go to file
Bård Skaflestad 0ff3b721ee Rename members to better reflect purpose.
Specifically,

  - x_  -> val_
  - dx_ -> der_
2013-04-30 09:25:37 +02:00
.gitignore Ignore executables. 2013-04-29 15:01:03 +02:00
AutoDiff.hpp Rename members to better reflect purpose. 2013-04-30 09:25:37 +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