bug #231: initial implementation of STL iterators for dense expressions

This commit is contained in:
Gael Guennebaud
2018-10-01 23:21:37 +02:00
parent 2088c0897f
commit b0c66adfb1
6 changed files with 379 additions and 0 deletions

View File

@@ -310,6 +310,7 @@ using std::ptrdiff_t;
#include "src/Core/Replicate.h"
#include "src/Core/Reverse.h"
#include "src/Core/ArrayWrapper.h"
#include "src/Core/StlIterators.h"
#ifdef EIGEN_USE_BLAS
#include "src/Core/products/GeneralMatrixMatrix_BLAS.h"