aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/Core
diff options
context:
space:
mode:
authorGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2008-03-31 17:24:09 +0000
committerGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2008-03-31 17:24:09 +0000
commite74fbfb2bc13dee268950361a957aea73bcefc21 (patch)
tree5f059fd5ca63f1cf370235cee4c2490036db2f70 /Eigen/Core
parentcff5e3ce9c1e09553125bce464b9c80f8bc2eb76 (diff)
- remove Eval/EvalOMP (moving them to a disabled/ subdir in order
to preserve SVN history). They are made useless by the new ei_eval_unless_lazy. - introduce a generic Eval member typedef so one can do e.g. T t; U u; Product<T, U>::Eval m; m = t*u;
Diffstat (limited to 'Eigen/Core')
-rw-r--r--Eigen/Core2
1 files changed, 0 insertions, 2 deletions
diff --git a/Eigen/Core b/Eigen/Core
index c6185368d..bb4fc20c5 100644
--- a/Eigen/Core
+++ b/Eigen/Core
@@ -20,7 +20,6 @@ namespace Eigen {
#include "src/Core/OperatorEquals.h"
#include "src/Core/MatrixStorage.h"
#include "src/Core/Matrix.h"
-#include "src/Core/Eval.h"
#include "src/Core/Lazy.h"
#include "src/Core/CwiseBinaryOp.h"
#include "src/Core/CwiseUnaryOp.h"
@@ -43,7 +42,6 @@ namespace Eigen {
#include "src/Core/Swap.h"
#include "src/Core/CommaInitializer.h"
#include "src/Core/AssociativeFunctors.h"
-#include "src/Core/EvalOMP.h"
} // namespace Eigen