aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
authorGravatar Jitse Niesen <jitse@maths.leeds.ac.uk>2010-01-21 12:31:03 +0000
committerGravatar Jitse Niesen <jitse@maths.leeds.ac.uk>2010-01-21 12:31:03 +0000
commitdbf3af866e659b88d8bcbd0ab31fdbd30c731b62 (patch)
tree4e0efc50ff8a6947267e41522f8c21ee7caf6875 /test
parent7bf5930496a8de282595fd98dfa95248b4040f97 (diff)
Remove some Array #includes.
Diffstat (limited to 'test')
-rw-r--r--test/array.cpp1
-rw-r--r--test/array_for_matrix.cpp1
-rw-r--r--test/array_replicate.cpp1
-rw-r--r--test/conservative_resize.cpp1
-rw-r--r--test/cwiseop.cpp1
-rw-r--r--test/main.h1
-rw-r--r--test/nullary.cpp1
-rw-r--r--test/product.h1
-rw-r--r--test/product_extra.cpp1
-rw-r--r--test/product_notemporary.cpp1
-rw-r--r--test/umeyama.cpp1
11 files changed, 0 insertions, 11 deletions
diff --git a/test/array.cpp b/test/array.cpp
index 05b37895e..8a71b4020 100644
--- a/test/array.cpp
+++ b/test/array.cpp
@@ -23,7 +23,6 @@
// Eigen. If not, see <http://www.gnu.org/licenses/>.
#include "main.h"
-#include <Eigen/Array>
template<typename MatrixType> void array(const MatrixType& m)
{
diff --git a/test/array_for_matrix.cpp b/test/array_for_matrix.cpp
index deb73889c..516c040f2 100644
--- a/test/array_for_matrix.cpp
+++ b/test/array_for_matrix.cpp
@@ -23,7 +23,6 @@
// Eigen. If not, see <http://www.gnu.org/licenses/>.
#include "main.h"
-#include <Eigen/Array>
template<typename MatrixType> void array_for_matrix(const MatrixType& m)
{
diff --git a/test/array_replicate.cpp b/test/array_replicate.cpp
index a23ac7c6f..8c4845d3c 100644
--- a/test/array_replicate.cpp
+++ b/test/array_replicate.cpp
@@ -23,7 +23,6 @@
// Eigen. If not, see <http://www.gnu.org/licenses/>.
#include "main.h"
-#include <Eigen/Array>
template<typename MatrixType> void replicate(const MatrixType& m)
{
diff --git a/test/conservative_resize.cpp b/test/conservative_resize.cpp
index a7b1f78ff..825f23b37 100644
--- a/test/conservative_resize.cpp
+++ b/test/conservative_resize.cpp
@@ -25,7 +25,6 @@
#include "main.h"
#include <Eigen/Core>
-#include <Eigen/Array>
using namespace Eigen;
diff --git a/test/cwiseop.cpp b/test/cwiseop.cpp
index f5e825d39..8b9da8fdc 100644
--- a/test/cwiseop.cpp
+++ b/test/cwiseop.cpp
@@ -26,7 +26,6 @@
#define EIGEN2_SUPPORT
#include "main.h"
#include <functional>
-#include <Eigen/Array>
using namespace std;
diff --git a/test/main.h b/test/main.h
index 06c17a9ae..64f70b394 100644
--- a/test/main.h
+++ b/test/main.h
@@ -148,7 +148,6 @@ namespace Eigen
#define EIGEN_INTERNAL_DEBUGGING
#define EIGEN_NICE_RANDOM
-#include <Eigen/Array>
#include <Eigen/QR> // required for createRandomMatrixOfRank
diff --git a/test/nullary.cpp b/test/nullary.cpp
index e0b8336c4..a7f6c60a7 100644
--- a/test/nullary.cpp
+++ b/test/nullary.cpp
@@ -23,7 +23,6 @@
// Eigen. If not, see <http://www.gnu.org/licenses/>.
#include "main.h"
-#include <Eigen/Array>
template<typename MatrixType>
bool equalsIdentity(const MatrixType& A)
diff --git a/test/product.h b/test/product.h
index c389c33ed..85afbe1e4 100644
--- a/test/product.h
+++ b/test/product.h
@@ -23,7 +23,6 @@
// Eigen. If not, see <http://www.gnu.org/licenses/>.
#include "main.h"
-#include <Eigen/Array>
#include <Eigen/QR>
template<typename Derived1, typename Derived2>
diff --git a/test/product_extra.cpp b/test/product_extra.cpp
index e4c853461..cdef361d6 100644
--- a/test/product_extra.cpp
+++ b/test/product_extra.cpp
@@ -23,7 +23,6 @@
// Eigen. If not, see <http://www.gnu.org/licenses/>.
#include "main.h"
-#include <Eigen/Array>
template<typename MatrixType> void product_extra(const MatrixType& m)
{
diff --git a/test/product_notemporary.cpp b/test/product_notemporary.cpp
index 1da91e5d7..b8bc3acc3 100644
--- a/test/product_notemporary.cpp
+++ b/test/product_notemporary.cpp
@@ -30,7 +30,6 @@ static int nb_temporaries;
}
#include "main.h"
-#include <Eigen/Array>
#define VERIFY_EVALUATION_COUNT(XPR,N) {\
nb_temporaries = 0; \
diff --git a/test/umeyama.cpp b/test/umeyama.cpp
index 75dd64b5c..6c710bc88 100644
--- a/test/umeyama.cpp
+++ b/test/umeyama.cpp
@@ -25,7 +25,6 @@
#include "main.h"
#include <Eigen/Core>
-#include <Eigen/Array>
#include <Eigen/Geometry>
#include <Eigen/LU> // required for MatrixBase::determinant