aggiornamento Eigen alla versione 3.3.9.
This commit is contained in:
Dario Sassi
2020-12-07 08:13:27 +00:00
parent 4960eaf724
commit 54c71071ab
7 changed files with 9 additions and 80 deletions
+1 -1
View File
@@ -119,7 +119,7 @@ OP(const Scalar& s) const { \
return this->OP(Derived::PlainObject::Constant(rows(), cols(), s)); \
} \
EIGEN_DEVICE_FUNC friend EIGEN_STRONG_INLINE const RCmp ## COMPARATOR ## ReturnType \
OP(const Scalar& s, const Derived& d) { \
OP(const Scalar& s, const EIGEN_CURRENT_STORAGE_BASE_CLASS<Derived>& d) { \
return Derived::PlainObject::Constant(d.rows(), d.cols(), s).OP(d); \
}