From 69fa405096f16899ce625eb690440a473a7864bf Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Mon, 16 Feb 2015 17:21:16 +0100 Subject: Update circulant custom expression example --- doc/examples/make_circulant.cpp.traits | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/examples/make_circulant.cpp.traits') diff --git a/doc/examples/make_circulant.cpp.traits b/doc/examples/make_circulant.cpp.traits index f91e43717..4e04535d3 100644 --- a/doc/examples/make_circulant.cpp.traits +++ b/doc/examples/make_circulant.cpp.traits @@ -1,11 +1,11 @@ namespace Eigen { namespace internal { template - struct traits > + struct traits > { typedef Eigen::Dense StorageKind; typedef Eigen::MatrixXpr XprKind; - typedef typename ArgType::Index Index; + typedef typename ArgType::StorageIndex StorageIndex; typedef typename ArgType::Scalar Scalar; enum { Flags = Eigen::ColMajor, -- cgit v1.2.3