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,8 @@
// g++ -O3 -DNDEBUG -DMATSIZE=<x> benchmark.cpp -o benchmark && time ./benchmark
#include <Eigen/Array>
#include <iostream>
#include <Eigen/Core>
#ifndef MATSIZE
#define MATSIZE 3