mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
* take advantage of new possibilies in LLT (mat -= product)
* fix Block::operator+= product which was not optimized * fix some compilation issues
This commit is contained in:
@@ -172,8 +172,9 @@ template<typename Derived> class MapBase
|
||||
}
|
||||
|
||||
using Base::operator=;
|
||||
|
||||
using Base::operator*=;
|
||||
using Base::operator+=;
|
||||
using Base::operator-=;
|
||||
|
||||
template<typename OtherDerived>
|
||||
Derived& operator+=(const MatrixBase<OtherDerived>& other)
|
||||
|
||||
Reference in New Issue
Block a user