mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
compress loaded market matrix
This commit is contained in:
@@ -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";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user