aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/SparseCore/SparseMatrix.h
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2015-10-13 10:53:38 +0200
committerGravatar Gael Guennebaud <g.gael@free.fr>2015-10-13 10:53:38 +0200
commita44d91a0b213f513468c5b09221250513d271205 (patch)
treef59649170587c8a19b87b06f51cc6142fa743625 /Eigen/src/SparseCore/SparseMatrix.h
parentac22b66f1c724cc3a3289585e3847a743e5fe939 (diff)
extend unit test for SparseMatrix::prune
Diffstat (limited to 'Eigen/src/SparseCore/SparseMatrix.h')
-rw-r--r--Eigen/src/SparseCore/SparseMatrix.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Eigen/src/SparseCore/SparseMatrix.h b/Eigen/src/SparseCore/SparseMatrix.h
index 4cf3145fd..354ed45e8 100644
--- a/Eigen/src/SparseCore/SparseMatrix.h
+++ b/Eigen/src/SparseCore/SparseMatrix.h
@@ -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;