Cleanup intitial reshape implementation:

- reshape -> reshaped
 - make it compatible with evaluators.
This commit is contained in:
Gael Guennebaud
2017-01-29 14:57:45 +01:00
parent 0e89baa5d8
commit 9036cda364
7 changed files with 310 additions and 254 deletions

View File

@@ -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"