compilation fix for conservativeResize

This commit is contained in:
Gael Guennebaud 2009-09-04 09:26:00 +02:00
parent 68b28f7bfb
commit 3fbf71d6b9

View File

@ -126,6 +126,7 @@ class Matrix
EIGEN_GENERIC_PUBLIC_INTERFACE(Matrix)
enum { Options = _Options };
typedef typename Base::PlainMatrixType PlainMatrixType;
friend class Eigen::Map<Matrix, Unaligned>;
typedef class Eigen::Map<Matrix, Unaligned> UnalignedMapType;
friend class Eigen::Map<Matrix, Aligned>;