mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
extend sparse unit test and more bugfix, major todo: finilize the SparseSetter
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user