mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-01-30 17:40:05 +08:00
Fix return type of TriangularView::ReverseInnerIterator::operator++
This commit is contained in:
parent
bd0474adbb
commit
bd7511fc36
@ -139,7 +139,7 @@ class SparseTriangularView<MatrixType,Mode>::ReverseInnerIterator : public Matri
|
||||
--(*this);
|
||||
}
|
||||
|
||||
EIGEN_STRONG_INLINE InnerIterator& operator--()
|
||||
EIGEN_STRONG_INLINE ReverseInnerIterator& operator--()
|
||||
{ Base::operator--(); return *this; }
|
||||
|
||||
inline Index row() const { return Base::row(); }
|
||||
|
Loading…
Reference in New Issue
Block a user