aboutsummaryrefslogtreecommitdiffhomepage
path: root/bench
diff options
context:
space:
mode:
Diffstat (limited to 'bench')
-rw-r--r--bench/BenchSparseUtil.h2
-rw-r--r--bench/BenchUtil.h2
-rw-r--r--bench/bench_sum.cpp2
-rw-r--r--bench/benchmark.cpp2
-rw-r--r--bench/benchmarkSlice.cpp2
-rw-r--r--bench/benchmarkX.cpp2
-rw-r--r--bench/benchmarkXcwise.cpp2
-rw-r--r--bench/vdw_new.cpp2
8 files changed, 8 insertions, 8 deletions
diff --git a/bench/BenchSparseUtil.h b/bench/BenchSparseUtil.h
index a5ab10711..82c3b8701 100644
--- a/bench/BenchSparseUtil.h
+++ b/bench/BenchSparseUtil.h
@@ -6,7 +6,7 @@
using namespace std;
using namespace Eigen;
-USING_PART_OF_NAMESPACE_EIGEN
+using namespace Eigen;
#ifndef SIZE
#define SIZE 1024
diff --git a/bench/BenchUtil.h b/bench/BenchUtil.h
index a7535771e..9798fa385 100644
--- a/bench/BenchUtil.h
+++ b/bench/BenchUtil.h
@@ -6,7 +6,7 @@
#include "BenchTimer.h"
using namespace std;
-USING_PART_OF_NAMESPACE_EIGEN
+using namespace Eigen;
#include <boost/preprocessor/repetition/enum_params.hpp>
#include <boost/preprocessor/repetition.hpp>
diff --git a/bench/bench_sum.cpp b/bench/bench_sum.cpp
index 82bae80c3..0e16a8eea 100644
--- a/bench/bench_sum.cpp
+++ b/bench/bench_sum.cpp
@@ -1,5 +1,5 @@
#include <Eigen/Core>
-USING_PART_OF_NAMESPACE_EIGEN
+using namespace Eigen;
using namespace std;
int main()
diff --git a/bench/benchmark.cpp b/bench/benchmark.cpp
index 90e04dd3b..971de4961 100644
--- a/bench/benchmark.cpp
+++ b/bench/benchmark.cpp
@@ -6,7 +6,7 @@
#endif
using namespace std;
-USING_PART_OF_NAMESPACE_EIGEN
+using namespace Eigen;
#ifndef REPEAT
#define REPEAT 40000000
diff --git a/bench/benchmarkSlice.cpp b/bench/benchmarkSlice.cpp
index 5595d0ae6..8c3d4dd10 100644
--- a/bench/benchmarkSlice.cpp
+++ b/bench/benchmarkSlice.cpp
@@ -3,7 +3,7 @@
#include <Eigen/Array>
using namespace std;
-USING_PART_OF_NAMESPACE_EIGEN
+using namespace Eigen;
#ifndef REPEAT
#define REPEAT 10000
diff --git a/bench/benchmarkX.cpp b/bench/benchmarkX.cpp
index 18152e9e3..89452b435 100644
--- a/bench/benchmarkX.cpp
+++ b/bench/benchmarkX.cpp
@@ -2,7 +2,7 @@
#include <Eigen/Core>
using namespace std;
-USING_PART_OF_NAMESPACE_EIGEN
+using namespace Eigen;
#ifndef MATTYPE
#define MATTYPE MatrixXLd
diff --git a/bench/benchmarkXcwise.cpp b/bench/benchmarkXcwise.cpp
index bc9b8e716..6a487b409 100644
--- a/bench/benchmarkXcwise.cpp
+++ b/bench/benchmarkXcwise.cpp
@@ -3,7 +3,7 @@
#include <Eigen/Core>
using namespace std;
-USING_PART_OF_NAMESPACE_EIGEN
+using namespace Eigen;
#ifndef VECTYPE
#define VECTYPE VectorXLd
diff --git a/bench/vdw_new.cpp b/bench/vdw_new.cpp
index a1bd422ae..b7f74a68f 100644
--- a/bench/vdw_new.cpp
+++ b/bench/vdw_new.cpp
@@ -1,6 +1,6 @@
#include <Eigen/Array>
-USING_PART_OF_NAMESPACE_EIGEN
+using namespace Eigen;
#ifndef SCALAR
#define SCALAR float