mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Run sparse_basic unit tests also for rectangular matrices.
TriangularView with UnitDiag does not work properly yet (bug #901)
This commit is contained in:
@@ -213,7 +213,7 @@ public:
|
||||
{
|
||||
if((!SkipFirst) && Base::operator bool())
|
||||
Base::operator++();
|
||||
m_returnOne = true;
|
||||
m_returnOne = true; // FIXME check innerSize()>outer();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -228,7 +228,7 @@ public:
|
||||
{
|
||||
if((!SkipFirst) && Base::operator bool())
|
||||
Base::operator++();
|
||||
m_returnOne = true;
|
||||
m_returnOne = true; // FIXME check innerSize()>outer();
|
||||
}
|
||||
}
|
||||
return *this;
|
||||
|
||||
Reference in New Issue
Block a user