From 6a92168915ed91c77abf24d641e263e3876157f3 Mon Sep 17 00:00:00 2001 From: Benoit Jacob Date: Wed, 3 Mar 2010 09:54:50 -0500 Subject: Backed out changeset 2f3d685e0c687ae1121428dab6bc0ec868b14fe3 This was implementing deep changes that after discussion on the mailing list seem to need further discussion/thinking. --- Eigen/src/Core/Matrix.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Eigen/src/Core/Matrix.h') diff --git a/Eigen/src/Core/Matrix.h b/Eigen/src/Core/Matrix.h index 3cd3f7814..e7422457c 100644 --- a/Eigen/src/Core/Matrix.h +++ b/Eigen/src/Core/Matrix.h @@ -318,6 +318,9 @@ class Matrix void swap(MatrixBase EIGEN_REF_TO_TEMPORARY other) { this->_swap(other.derived()); } + inline int innerStride() const { return 1; } + inline int outerStride() const { return this->innerSize(); } + /////////// Geometry module /////////// template -- cgit v1.2.3