aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
authorGravatar Thomas Capricelli <orzel@freehackers.org>2009-09-27 01:56:50 +0200
committerGravatar Thomas Capricelli <orzel@freehackers.org>2009-09-27 01:56:50 +0200
commitb1637df4f433b1f565572252ef6fb2d6d312a75a (patch)
treed5d65a95eb62b880493d1d701b4b3b8b1ca988f3 /doc
parentc532f42a0e6b2587e3dfe4ba00cc9c64bc8d1130 (diff)
update URL for adol-c
Diffstat (limited to 'doc')
-rw-r--r--doc/I00_CustomizingEigen.dox2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/I00_CustomizingEigen.dox b/doc/I00_CustomizingEigen.dox
index 8182a86ef..7c8ba9b75 100644
--- a/doc/I00_CustomizingEigen.dox
+++ b/doc/I00_CustomizingEigen.dox
@@ -125,7 +125,7 @@ In order to add support for a custom type \c T you need:
3 - define a couple of math functions for your type such as: ei_sqrt, ei_abs, etc...
(see the file Eigen/src/Core/MathFunctions.h)
-Here is a concrete example adding support for the Adolc's \c adouble type. <a href="http://www.math.tu-dresden.de/~adol-c/">Adolc</a> is an automatic differentiation library. The type \c adouble is basically a real value tracking the values of any number of partial derivatives.
+Here is a concrete example adding support for the Adolc's \c adouble type. <a href="https://projects.coin-or.org/ADOL-C">Adolc</a> is an automatic differentiation library. The type \c adouble is basically a real value tracking the values of any number of partial derivatives.
\code
#ifndef ADLOCSUPPORT_H