aboutsummaryrefslogtreecommitdiffhomepage
path: root/bench/BenchSparseUtil.h
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2010-06-22 21:39:55 +0200
committerGravatar Gael Guennebaud <g.gael@free.fr>2010-06-22 21:39:55 +0200
commitb284bb8bba734253fc2186775d4d70f696ee65f1 (patch)
tree82f639f7da2914ce9d334d0b15ae729144c9715c /bench/BenchSparseUtil.h
parentb4fe53f5610f20e9c4f15c676b3b26d252fd2fba (diff)
add a spmv mini becnhmark for Eigen, GMM++, ublas, mtl4, and oski
Diffstat (limited to 'bench/BenchSparseUtil.h')
-rw-r--r--bench/BenchSparseUtil.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/bench/BenchSparseUtil.h b/bench/BenchSparseUtil.h
index 82c3b8701..aba732d72 100644
--- a/bench/BenchSparseUtil.h
+++ b/bench/BenchSparseUtil.h
@@ -122,6 +122,8 @@ void eiToCSparse(const EigenSparseMatrix& src, cs* &dst)
#include <boost/numeric/ublas/vector_sparse.hpp>
#include <boost/numeric/ublas/matrix_sparse.hpp>
#include <boost/numeric/ublas/vector_of_vector.hpp>
+#include <boost/numeric/ublas/operation.hpp>
+// #include <boost/numeric/ublas/sparse_prod.hpp>
// using namespace boost;
// using namespace boost::numeric;