From a1f5ea8954bfe1818a42a5ffcc5cd40fe5878a97 Mon Sep 17 00:00:00 2001 From: Benoit Jacob Date: Fri, 28 Jan 2011 13:04:23 -0500 Subject: make eigen2 cholesky test pass --- Eigen/src/Core/DiagonalMatrix.h | 1 + 1 file changed, 1 insertion(+) (limited to 'Eigen/src/Core/DiagonalMatrix.h') diff --git a/Eigen/src/Core/DiagonalMatrix.h b/Eigen/src/Core/DiagonalMatrix.h index 405839ae3..f41a74bfa 100644 --- a/Eigen/src/Core/DiagonalMatrix.h +++ b/Eigen/src/Core/DiagonalMatrix.h @@ -46,6 +46,7 @@ class DiagonalBase : public EigenBase }; typedef Matrix DenseMatrixType; + typedef DenseMatrixType DenseType; typedef DiagonalMatrix PlainObject; inline const Derived& derived() const { return *static_cast(this); } -- cgit v1.2.3