Remove evaluators for 2.1 release.

We plan to re-instate them when we branch 2.2 (see bug #388).
This commit is contained in:
Jitse Niesen
2011-12-14 21:23:43 +00:00
parent 0308c11849
commit 3db6455896
6 changed files with 0 additions and 2124 deletions

View File

@@ -352,12 +352,6 @@ using std::ptrdiff_t;
#include "src/Core/ArrayBase.h"
#include "src/Core/ArrayWrapper.h"
#ifdef EIGEN_ENABLE_EVALUATORS
#include "src/Core/Product.h"
#include "src/Core/CoreEvaluators.h"
#include "src/Core/AssignEvaluator.h"
#endif
#ifdef EIGEN_USE_BLAS
#include "src/Core/products/GeneralMatrixMatrix_MKL.h"
#include "src/Core/products/GeneralMatrixVector_MKL.h"