mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
extend unit test for SparseMatrix::prune
This commit is contained in:
@@ -509,7 +509,6 @@ class SparseMatrix
|
||||
void prune(const KeepFunc& keep = KeepFunc())
|
||||
{
|
||||
// TODO optimize the uncompressed mode to avoid moving and allocating the data twice
|
||||
// TODO also implement a unit test
|
||||
makeCompressed();
|
||||
|
||||
StorageIndex k = 0;
|
||||
|
||||
Reference in New Issue
Block a user