Thomas Capricelli
|
de942a44c2
|
default argument for _jac in functor operator() : this way, we can use
AutoDiffJacobian::operator()(x,value) exactly as the original functor
|
2009-09-28 01:28:48 +02:00 |
|
Benoit Jacob
|
6347b1db5b
|
remove sentence "Eigen itself is part of the KDE project."
it never made very precise sense. but now does it still make any?
|
2009-05-22 20:25:33 +02:00 |
|
Gael Guennebaud
|
0170eb0dbe
|
add an auto-diff module in unsupported. it is similar to adolc's forward
mode but the advantage of using Eigen's expression template to compute
the derivatives (unless you nest an AutoDiffScalar into an Eigen's
matrix).
|
2009-04-01 14:43:37 +00:00 |
|