bench: use of Eigen/Array is deprecated + fix includes for iostream

This commit is contained in:
Thomas Capricelli
2010-07-09 03:59:36 +02:00
parent 951da96f14
commit 551cb9b7b4
17 changed files with 46 additions and 14 deletions

View File

@@ -1,5 +1,6 @@
// g++ -O3 -DNDEBUG benchmarkX.cpp -o benchmarkX && time ./benchmarkX
#include <iostream>
#include <Eigen/Core>
using namespace std;