From 2a3a6fe45e8207840c2b3295d823f941e51d392a Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Mon, 16 Nov 2009 18:19:08 +0100 Subject: Experiment the ET refactoring on Transpose for Dense and Sparse storages. All tests work fine. --- Eigen/src/Core/DiagonalProduct.h | 1 + 1 file changed, 1 insertion(+) (limited to 'Eigen/src/Core/DiagonalProduct.h') diff --git a/Eigen/src/Core/DiagonalProduct.h b/Eigen/src/Core/DiagonalProduct.h index fb3b11bdd..42e2e948d 100644 --- a/Eigen/src/Core/DiagonalProduct.h +++ b/Eigen/src/Core/DiagonalProduct.h @@ -30,6 +30,7 @@ template struct ei_traits > { typedef typename ei_scalar_product_traits::ReturnType Scalar; + typedef typename ei_traits::StorageType StorageType; enum { RowsAtCompileTime = MatrixType::RowsAtCompileTime, ColsAtCompileTime = MatrixType::ColsAtCompileTime, -- cgit v1.2.3