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,4 +1,7 @@
// g++ -fopenmp -I .. -O3 -DNDEBUG -finline-limit=1000 benchmarkX.cpp -o b && time ./b
#include <iostream>
#include <Eigen/Core>
using namespace std;