compress loaded market matrix

This commit is contained in:
Desire NUENTSA 2012-03-22 15:53:25 +01:00
parent daad446d5d
commit f6cd3389a2

View File

@ -184,7 +184,7 @@ bool loadMarket(SparseMatrixType& mat, const std::string& filename)
std::cerr << "Invalid read: " << i << "," << j << "\n";
}
}
mat.makeCompressed();
if(count!=NNZ)
std::cerr << count << "!=" << NNZ << "\n";