From af4d8c5cecf1a1595dc601f2220ff3a8fd8d2957 Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Thu, 17 Dec 2009 19:28:54 +0100 Subject: a couple of fixes, now Array passes the linearstructure test --- Eigen/src/Core/Matrix.h | 1 + 1 file changed, 1 insertion(+) (limited to 'Eigen/src/Core/Matrix.h') diff --git a/Eigen/src/Core/Matrix.h b/Eigen/src/Core/Matrix.h index 3815fffe7..75c0a73b5 100644 --- a/Eigen/src/Core/Matrix.h +++ b/Eigen/src/Core/Matrix.h @@ -112,6 +112,7 @@ struct ei_traits > { typedef _Scalar Scalar; typedef Dense StorageType; + typedef DenseStorageMatrix DenseStorageType; enum { RowsAtCompileTime = _Rows, ColsAtCompileTime = _Cols, -- cgit v1.2.3