aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/Core
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2017-01-16 22:21:23 +0100
committerGravatar Gael Guennebaud <g.gael@free.fr>2017-01-16 22:21:23 +0100
commit4989922be2708378b2438db5a843640ec468ce4c (patch)
tree19f81b7439f227edde89cd38fccffd94fbc1d3af /Eigen/Core
parent12e22a2844d060cfbeab7a48512046ee59709e53 (diff)
Add support for symbolic expressions as arguments of operator()
Diffstat (limited to 'Eigen/Core')
-rw-r--r--Eigen/Core3
1 files changed, 2 insertions, 1 deletions
diff --git a/Eigen/Core b/Eigen/Core
index 38306e11d..2ce2dd6b2 100644
--- a/Eigen/Core
+++ b/Eigen/Core
@@ -354,8 +354,9 @@ using std::ptrdiff_t;
#include "src/Core/util/StaticAssert.h"
#include "src/Core/util/XprHelper.h"
#include "src/Core/util/Memory.h"
-#include "src/Core/util/IntegralConstant.h"
#include "src/Core/util/SymbolicIndex.h"
+#include "src/Core/util/IntegralConstant.h"
+
#include "src/Core/NumTraits.h"
#include "src/Core/MathFunctions.h"