extend sparse unit test and more bugfix, major todo: finilize the SparseSetter

This commit is contained in:
Gael Guennebaud
2008-08-21 18:40:56 +00:00
parent 60804c306d
commit 58061f5ffc
3 changed files with 98 additions and 50 deletions

View File

@@ -125,7 +125,7 @@ class SparseMatrixBase : public MatrixBase<Derived>
{
for ( ; col<it.index(); ++col)
s << "0 ";
std::cout << it.value() << " ";
s << it.value() << " ";
++col;
}
for ( ; col<m.cols(); ++col)