aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/I00_CustomizingEigen.dox7
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/I00_CustomizingEigen.dox b/doc/I00_CustomizingEigen.dox
index 7e6d16de6..afeaabe47 100644
--- a/doc/I00_CustomizingEigen.dox
+++ b/doc/I00_CustomizingEigen.dox
@@ -142,10 +142,13 @@ namespace Eigen {
template<> struct NumTraits<adtl::adouble>
{
typedef adtl::adouble Real;
- typedef adtl::adouble FloatingPoint;
+ typedef adtl::adouble NonInteger;
+ typedef adtl::adouble Nested;
+
enum {
IsComplex = 0,
- HasFloatingPoint = 1,
+ IsInteger = 0,
+ IsSigned,
ReadCost = 1,
AddCost = 1,
MulCost = 1