aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/Core
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2014-02-19 11:33:29 +0100
committerGravatar Gael Guennebaud <g.gael@free.fr>2014-02-19 11:33:29 +0100
commitccc41128fb936563651a3c5b25bfc80f303710bf (patch)
tree95f9c13ef7bfa277c30364bb898b64e27f0f510b /Eigen/Core
parentb3a07eecc5ad19f418f15d70d1517f8b7e07dc1b (diff)
Add a Solve expression for uniform treatment of solve() methods.
Diffstat (limited to 'Eigen/Core')
-rw-r--r--Eigen/Core3
1 files changed, 3 insertions, 0 deletions
diff --git a/Eigen/Core b/Eigen/Core
index c1d168ec4..e00cd7a16 100644
--- a/Eigen/Core
+++ b/Eigen/Core
@@ -361,6 +361,9 @@ using std::ptrdiff_t;
#include "src/Core/Flagged.h"
#include "src/Core/ProductBase.h"
#include "src/Core/GeneralProduct.h"
+#ifdef EIGEN_ENABLE_EVALUATORS
+#include "src/Core/Solve.h"
+#endif
#include "src/Core/TriangularMatrix.h"
#include "src/Core/SelfAdjointView.h"
#include "src/Core/products/GeneralBlockPanelKernel.h"