Fix sparse insert

This commit is contained in:
Charles Schlosser
2023-01-20 21:32:32 +00:00
parent 08c961e837
commit 5a7ca681d5
3 changed files with 208 additions and 145 deletions

View File

@@ -105,7 +105,6 @@ template<typename SparseMatrixType> void sparse_basic(const SparseMatrixType& re
VERIFY(g_realloc_count==0);
}
m2.finalize();
VERIFY_IS_APPROX(m2,m1);
}