aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/Core
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2014-02-21 16:43:03 +0100
committerGravatar Gael Guennebaud <g.gael@free.fr>2014-02-21 16:43:03 +0100
commit6c7ab508117d84671054808c921980a4908efb20 (patch)
tree02a70acb7467a8d97a83c5df02f6679083e12dbe /Eigen/Core
parent728c3d2cb955a255cae5515197ae65dc83209509 (diff)
Get rid of GeneralProduct<> for GemmProduct
Diffstat (limited to 'Eigen/Core')
-rw-r--r--Eigen/Core7
1 files changed, 3 insertions, 4 deletions
diff --git a/Eigen/Core b/Eigen/Core
index bcf354a48..245604465 100644
--- a/Eigen/Core
+++ b/Eigen/Core
@@ -371,6 +371,9 @@ using std::ptrdiff_t;
#include "src/Core/products/GeneralBlockPanelKernel.h"
#include "src/Core/products/Parallelizer.h"
#include "src/Core/products/CoeffBasedProduct.h"
+#ifdef EIGEN_ENABLE_EVALUATORS
+#include "src/Core/ProductEvaluators.h"
+#endif
#include "src/Core/products/GeneralMatrixVector.h"
#include "src/Core/products/GeneralMatrixMatrix.h"
#include "src/Core/SolveTriangular.h"
@@ -386,10 +389,6 @@ using std::ptrdiff_t;
#include "src/Core/BandMatrix.h"
#include "src/Core/CoreIterators.h"
-#ifdef EIGEN_ENABLE_EVALUATORS
-#include "src/Core/ProductEvaluators.h"
-#endif
-
#include "src/Core/BooleanRedux.h"
#include "src/Core/Select.h"
#include "src/Core/VectorwiseOp.h"