Move the definition of DenseBase::InnerIterator to Core module. (needed to make blueNorm generic)

This commit is contained in:
Gael Guennebaud 2013-01-15 22:03:54 +01:00
parent f813e83bc3
commit 209199a13e
3 changed files with 1 additions and 1 deletions

View File

@ -333,6 +333,7 @@ using std::ptrdiff_t;
#include "src/Core/products/TriangularSolverMatrix.h"
#include "src/Core/products/TriangularSolverVector.h"
#include "src/Core/BandMatrix.h"
#include "src/Core/CoreIterators.h"
#include "src/Core/BooleanRedux.h"
#include "src/Core/Select.h"

View File

@ -40,7 +40,6 @@ struct Sparse {};
#include "src/SparseCore/SparseMatrix.h"
#include "src/SparseCore/MappedSparseMatrix.h"
#include "src/SparseCore/SparseVector.h"
#include "src/SparseCore/CoreIterators.h"
#include "src/SparseCore/SparseBlock.h"
#include "src/SparseCore/SparseTranspose.h"
#include "src/SparseCore/SparseCwiseUnaryOp.h"