mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
compilation fix for conservativeResize
This commit is contained in:
@@ -126,6 +126,7 @@ class Matrix
|
|||||||
EIGEN_GENERIC_PUBLIC_INTERFACE(Matrix)
|
EIGEN_GENERIC_PUBLIC_INTERFACE(Matrix)
|
||||||
|
|
||||||
enum { Options = _Options };
|
enum { Options = _Options };
|
||||||
|
typedef typename Base::PlainMatrixType PlainMatrixType;
|
||||||
friend class Eigen::Map<Matrix, Unaligned>;
|
friend class Eigen::Map<Matrix, Unaligned>;
|
||||||
typedef class Eigen::Map<Matrix, Unaligned> UnalignedMapType;
|
typedef class Eigen::Map<Matrix, Unaligned> UnalignedMapType;
|
||||||
friend class Eigen::Map<Matrix, Aligned>;
|
friend class Eigen::Map<Matrix, Aligned>;
|
||||||
|
|||||||
Reference in New Issue
Block a user