From c3823dce729eec038f13495d5740d7fae6269715 Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Tue, 5 Jan 2010 16:03:35 +0100 Subject: extend benchmark for sparse products --- bench/BenchSparseUtil.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bench/BenchSparseUtil.h') diff --git a/bench/BenchSparseUtil.h b/bench/BenchSparseUtil.h index f8dc8bdf4..39db69345 100644 --- a/bench/BenchSparseUtil.h +++ b/bench/BenchSparseUtil.h @@ -42,7 +42,7 @@ void fillMatrix(float density, int rows, int cols, EigenSparseMatrix& dst) void fillMatrix2(int nnzPerCol, int rows, int cols, EigenSparseMatrix& dst) { - std::cout << "alloc " << nnzPerCol*cols << "\n"; +// std::cout << "alloc " << nnzPerCol*cols << "\n"; dst.reserve(nnzPerCol*cols); for(int j = 0; j < cols; j++) { -- cgit v1.2.3