aboutsummaryrefslogtreecommitdiffhomepage
path: root/bench/BenchSparseUtil.h
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2009-01-17 16:24:49 +0000
committerGravatar Gael Guennebaud <g.gael@free.fr>2009-01-17 16:24:49 +0000
commit22792c696f71af7c38c7ba064f4ed87e1ac8a409 (patch)
tree8f23f017fcf6a257ea7c433704b9cc45cda194b4 /bench/BenchSparseUtil.h
parent61b85b14366042854cb000d2b6a5df6f91f71a5b (diff)
add ublas vector of vector in sparse setter bench
Diffstat (limited to 'bench/BenchSparseUtil.h')
-rw-r--r--bench/BenchSparseUtil.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/bench/BenchSparseUtil.h b/bench/BenchSparseUtil.h
index 8319fa5ce..51f77552e 100644
--- a/bench/BenchSparseUtil.h
+++ b/bench/BenchSparseUtil.h
@@ -100,5 +100,6 @@ void eiToCSparse(const EigenSparseMatrix& src, cs* &dst)
#include <boost/numeric/ublas/triangular.hpp>
#include <boost/numeric/ublas/vector_sparse.hpp>
#include <boost/numeric/ublas/matrix_sparse.hpp>
+#include <boost/numeric/ublas/vector_of_vector.hpp>
#endif