diff options
author | Thomas Capricelli <orzel@freehackers.org> | 2009-09-27 01:56:50 +0200 |
---|---|---|
committer | Thomas Capricelli <orzel@freehackers.org> | 2009-09-27 01:56:50 +0200 |
commit | b1637df4f433b1f565572252ef6fb2d6d312a75a (patch) | |
tree | d5d65a95eb62b880493d1d701b4b3b8b1ca988f3 /unsupported | |
parent | c532f42a0e6b2587e3dfe4ba00cc9c64bc8d1130 (diff) |
update URL for adol-c
Diffstat (limited to 'unsupported')
-rw-r--r-- | unsupported/Eigen/AdolcForward | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/unsupported/Eigen/AdolcForward b/unsupported/Eigen/AdolcForward index 9a54a3aaa..70aa47815 100644 --- a/unsupported/Eigen/AdolcForward +++ b/unsupported/Eigen/AdolcForward @@ -29,7 +29,7 @@ // // This file provides support for adolc's adouble type in forward mode. // ADOL-C is a C++ automatic differentiation library, -// see http://www.math.tu-dresden.de/~adol-c/ for more information. +// see https://projects.coin-or.org/ADOL-C for more information. // // Note that the maximal number of directions is controlled by // the preprocessor token NUMBER_DIRECTIONS. The default is 2. @@ -63,7 +63,7 @@ namespace Eigen { * \defgroup AdolcForward_Module Adolc forward module * This module provides support for adolc's adouble type in forward mode. * ADOL-C is a C++ automatic differentiation library, - * see http://www.math.tu-dresden.de/~adol-c/ for more information. + * see https://projects.coin-or.org/ADOL-C for more information. * It mainly consists in: * - a struct Eigen::NumTraits<adtl::adouble> specialization * - overloads of ei_* math function for adtl::adouble type. |