aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/PlainObjectBase.h
diff options
context:
space:
mode:
authorGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2011-01-28 13:04:23 -0500
committerGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2011-01-28 13:04:23 -0500
commita1f5ea8954bfe1818a42a5ffcc5cd40fe5878a97 (patch)
treee132c1e799d9415764e02b96de11251556cac967 /Eigen/src/Core/PlainObjectBase.h
parente001db2a15e5b66c84cc9d3f59238f12dac7a09d (diff)
make eigen2 cholesky test pass
Diffstat (limited to 'Eigen/src/Core/PlainObjectBase.h')
-rw-r--r--Eigen/src/Core/PlainObjectBase.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Eigen/src/Core/PlainObjectBase.h b/Eigen/src/Core/PlainObjectBase.h
index 21c740829..666ce7743 100644
--- a/Eigen/src/Core/PlainObjectBase.h
+++ b/Eigen/src/Core/PlainObjectBase.h
@@ -56,6 +56,7 @@ class PlainObjectBase : public internal::dense_xpr_base<Derived>::type
typedef typename internal::traits<Derived>::Scalar Scalar;
typedef typename internal::packet_traits<Scalar>::type PacketScalar;
typedef typename NumTraits<Scalar>::Real RealScalar;
+ typedef Derived DenseType;
using Base::RowsAtCompileTime;
using Base::ColsAtCompileTime;