Undo Eigen change (needed to remove GTSAM_EXPORT in SO3 to do this)
parent
50e7ed7e54
commit
1427977230
|
@ -431,7 +431,7 @@ class PlainObjectBase : public internal::dense_xpr_base<Derived>::type
|
||||||
EIGEN_DEVICE_FUNC
|
EIGEN_DEVICE_FUNC
|
||||||
EIGEN_STRONG_INLINE void conservativeResize(Index size)
|
EIGEN_STRONG_INLINE void conservativeResize(Index size)
|
||||||
{
|
{
|
||||||
internal::conservative_resize_like_impl<Derived>::run(*this, size, 1);
|
internal::conservative_resize_like_impl<Derived>::run(*this, size);
|
||||||
}
|
}
|
||||||
|
|
||||||
/** Resizes the matrix to \a rows x \a cols of \c other, while leaving old values untouched.
|
/** Resizes the matrix to \a rows x \a cols of \c other, while leaving old values untouched.
|
||||||
|
|
Loading…
Reference in New Issue