Commit Graph

9 Commits

Author SHA1 Message Date
Bård Skaflestad
4ffea931e3 Add test for addition of ADB::variable()s. 2013-05-03 11:08:06 +02:00
Bård Skaflestad
9e55006229 Implement a custom comparator for Eigen::SparseMatrix<double>
Use it to simplify the 'FunctionInitialisation' test.
2013-05-03 10:46:46 +02:00
Bård Skaflestad
6794577301 Add stub test for ADB::operator+()
Doesn't actually test anything at the moment.
2013-05-02 18:00:36 +02:00
Bård Skaflestad
49396b6079 Don't include <iostream> in tester.
It is not needed and was only added for convenience during test
development.
2013-05-02 15:40:59 +02:00
Bård Skaflestad
e15c389daf Rename typedef ADV -> ADB to reflect reality.
We're working with *Block*s here.
2013-05-02 13:57:05 +02:00
Bård Skaflestad
567d3a80b3 Add various initialisation tests using Boost.Test . 2013-05-02 13:39:33 +02:00
Atgeirr Flø Rasmussen
f85e74bcff Added operator* that allows A*x for sparse A and x an AD object. 2013-05-01 09:05:53 +02:00
Atgeirr Flø Rasmussen
d046b9e97a Completed simple block AD class. 2013-04-30 20:28:32 +02:00
Atgeirr Flø Rasmussen
d518b5c787 Initial work in progress on block AD class. 2013-04-30 16:15:40 +02:00