aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/GeneralProduct.h
diff options
context:
space:
mode:
Diffstat (limited to 'Eigen/src/Core/GeneralProduct.h')
-rw-r--r--Eigen/src/Core/GeneralProduct.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Eigen/src/Core/GeneralProduct.h b/Eigen/src/Core/GeneralProduct.h
index f823ff251..4c0fc7f63 100644
--- a/Eigen/src/Core/GeneralProduct.h
+++ b/Eigen/src/Core/GeneralProduct.h
@@ -247,6 +247,7 @@ class GeneralProduct<Lhs, Rhs, InnerProduct>
* Implementation of Outer Vector Vector Product
***********************************************************************/
+#ifndef EIGEN_TEST_EVALUATORS
namespace internal {
// Column major
@@ -326,6 +327,8 @@ class GeneralProduct<Lhs, Rhs, OuterProduct>
}
};
+#endif // EIGEN_TEST_EVALUATORS
+
/***********************************************************************
* Implementation of General Matrix Vector Product
***********************************************************************/