From 40258078c6a04dd5d1d0ed3e51c21c9084bb512f Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Fri, 24 Apr 2015 09:44:24 +0200 Subject: bug #360: add value_type typedef to DenseBase/SparseMatrixBase --- Eigen/src/Core/PlainObjectBase.h | 1 + 1 file changed, 1 insertion(+) (limited to 'Eigen/src/Core/PlainObjectBase.h') diff --git a/Eigen/src/Core/PlainObjectBase.h b/Eigen/src/Core/PlainObjectBase.h index d331b84ad..1a4a743b4 100644 --- a/Eigen/src/Core/PlainObjectBase.h +++ b/Eigen/src/Core/PlainObjectBase.h @@ -96,6 +96,7 @@ class PlainObjectBase : public internal::dense_xpr_base::type typedef typename internal::traits::StorageKind StorageKind; typedef typename internal::traits::Scalar Scalar; + typedef typename internal::packet_traits::type PacketScalar; typedef typename NumTraits::Real RealScalar; typedef Derived DenseType; -- cgit v1.2.3