aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/AdolcForward
diff options
context:
space:
mode:
Diffstat (limited to 'unsupported/Eigen/AdolcForward')
-rw-r--r--unsupported/Eigen/AdolcForward6
1 files changed, 4 insertions, 2 deletions
diff --git a/unsupported/Eigen/AdolcForward b/unsupported/Eigen/AdolcForward
index 70aa47815..8f1a00d20 100644
--- a/unsupported/Eigen/AdolcForward
+++ b/unsupported/Eigen/AdolcForward
@@ -103,10 +103,12 @@ 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 = 1,
ReadCost = 1,
AddCost = 1,
MulCost = 1