aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/sparse.h
diff options
context:
space:
mode:
authorGravatar Desire NUENTSA <desire.nuentsa_wakam@inria.fr>2012-03-29 14:32:54 +0200
committerGravatar Desire NUENTSA <desire.nuentsa_wakam@inria.fr>2012-03-29 14:32:54 +0200
commitf804a319c81cb1629abb9bdc97dd74a2d2dec3d7 (patch)
tree5d59101e9f756ed2cc02ae6047dcaaf8a67dbfe4 /test/sparse.h
parentada9e791450618d1d608db11fcdd97adde824cbe (diff)
modify the unit tests of sparse linear solvers to enable tests on real matrices, from MatrixMarket for instance
Diffstat (limited to 'test/sparse.h')
-rw-r--r--test/sparse.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/sparse.h b/test/sparse.h
index 1ce1d2ac4..84cd695f2 100644
--- a/test/sparse.h
+++ b/test/sparse.h
@@ -193,4 +193,5 @@ initSparse(double density,
}
}
+#include <unsupported/Eigen/SparseExtra>
#endif // EIGEN_TESTSPARSE_H