aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/products/GeneralUnrolled.h
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2009-12-22 17:37:11 +0100
committerGravatar Gael Guennebaud <g.gael@free.fr>2009-12-22 17:37:11 +0100
commite182e9c6166840b8db44e0be459a2e26d26fda0f (patch)
tree4947fcce42a9cc79f5a9f7bce28e79b36b7a3ce2 /Eigen/src/Core/products/GeneralUnrolled.h
parentaf4d8c5cecf1a1595dc601f2220ff3a8fd8d2957 (diff)
extend the DenseStorageMatrix mechanism to all expressions
Diffstat (limited to 'Eigen/src/Core/products/GeneralUnrolled.h')
-rw-r--r--Eigen/src/Core/products/GeneralUnrolled.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Eigen/src/Core/products/GeneralUnrolled.h b/Eigen/src/Core/products/GeneralUnrolled.h
index 72a61354e..7e2eebf08 100644
--- a/Eigen/src/Core/products/GeneralUnrolled.h
+++ b/Eigen/src/Core/products/GeneralUnrolled.h
@@ -45,6 +45,7 @@ struct ei_product_packet_impl;
template<typename LhsNested, typename RhsNested>
struct ei_traits<GeneralProduct<LhsNested,RhsNested,UnrolledProduct> >
{
+ typedef DenseStorageMatrix DenseStorageType;
typedef typename ei_cleantype<LhsNested>::type _LhsNested;
typedef typename ei_cleantype<RhsNested>::type _RhsNested;
typedef typename ei_scalar_product_traits<typename _LhsNested::Scalar, typename _RhsNested::Scalar>::ReturnType Scalar;