From 746d8b7ce905faa2cd945fcc76b7ebc2b6cf9424 Mon Sep 17 00:00:00 2001 From: Thomas Capricelli Date: Sun, 27 Sep 2009 02:00:45 +0200 Subject: [PATCH] update URL for adol-c (backport from tip) --- doc/CustomizingEigen.dox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/CustomizingEigen.dox b/doc/CustomizingEigen.dox index 8f2d3aa25..2f56e1f36 100644 --- a/doc/CustomizingEigen.dox +++ b/doc/CustomizingEigen.dox @@ -81,7 +81,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. Adolc 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. Adolc 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