Run sparse_basic unit tests also for rectangular matrices.

TriangularView with UnitDiag does not work properly yet (bug #901)
This commit is contained in:
Christoph Hertzberg
2014-10-31 17:12:13 +01:00
parent 4ec2f07a5b
commit 0833b82efd
2 changed files with 93 additions and 76 deletions

View File

@@ -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;