Simulator programs and utilities for automatic differentiation.
Go to file
Atgeirr Flø Rasmussen 8e7ae33724 Fixed wrong assert() in operator*(sparse matrix, AD block).
Also removed unnecessary debug output (that was wrong anyway).
2013-05-01 21:25:50 +02:00
.gitignore Updated ignore patterns. 2013-04-30 20:29:57 +02:00
AutoDiff.hpp Implement constant() and variable() in terms of function() 2013-04-30 13:41:13 +02:00
AutoDiffBlock.hpp Fixed wrong assert() in operator*(sparse matrix, AD block). 2013-05-01 21:25:50 +02:00
AutoDiffVec.hpp Completed basic version of AD vector class and test. 2013-04-30 16:15:00 +02:00
find_zero.cpp Use named constructor pattern. 2013-04-30 11:05:59 +02:00
README.md Initial commit 2013-04-29 01:31:45 -07:00
test_ad.cpp Use named constructor pattern. 2013-04-30 11:05:59 +02:00
test_block.cpp Added operator* that allows A*x for sparse A and x an AD object. 2013-05-01 09:05:53 +02:00
test_syntax.cpp Use named constructor pattern. 2013-04-30 11:05:59 +02:00
test_vec.cpp Completed basic version of AD vector class and test. 2013-04-30 16:15:00 +02:00

autodiff-experimental

Experiments in Automatic Differentiation