aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/Core
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2017-01-29 14:57:45 +0100
committerGravatar Gael Guennebaud <g.gael@free.fr>2017-01-29 14:57:45 +0100
commit9036cda36484c4d7268b928b5976534c8ef3ce42 (patch)
treeb3860ea39b51fed3ec166495e17051ece376f3c7 /Eigen/Core
parent0e89baa5d895e40bae63c804cd3d3c568dca50f1 (diff)
Cleanup intitial reshape implementation:
- reshape -> reshaped - make it compatible with evaluators.
Diffstat (limited to 'Eigen/Core')
-rw-r--r--Eigen/Core2
1 files changed, 1 insertions, 1 deletions
diff --git a/Eigen/Core b/Eigen/Core
index 351c7926a..e72e528a3 100644
--- a/Eigen/Core
+++ b/Eigen/Core
@@ -471,9 +471,9 @@ using std::ptrdiff_t;
#include "src/Core/Map.h"
#include "src/Core/Ref.h"
#include "src/Core/Block.h"
-#include "src/Core/Reshape.h"
#include "src/Core/VectorBlock.h"
#include "src/Core/IndexedView.h"
+#include "src/Core/Reshape.h"
#include "src/Core/Transpose.h"
#include "src/Core/DiagonalMatrix.h"
#include "src/Core/Diagonal.h"