aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/Array
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2008-06-19 17:33:57 +0000
committerGravatar Gael Guennebaud <g.gael@free.fr>2008-06-19 17:33:57 +0000
commit82c3cea1d5f940288359ff1120ae58531f6cd375 (patch)
tree1f0a22e329d17d5a4e0451c718726cbe8076b827 /Eigen/Array
parent5dbfed190264dd39afa9d97f2bb9a1fc18e85e94 (diff)
* refactoring of Product:
* use ProductReturnType<>::Type to get the correct Product xpr type * Product is no longer instanciated for xpr types which are evaluated * vectorization of "a.transpose() * b" for the normal product (small and fixed-size matrix) * some cleanning * removed ArrayBase
Diffstat (limited to 'Eigen/Array')
-rw-r--r--Eigen/Array1
1 files changed, 0 insertions, 1 deletions
diff --git a/Eigen/Array b/Eigen/Array
index 9595e7db5..51c3abe31 100644
--- a/Eigen/Array
+++ b/Eigen/Array
@@ -5,7 +5,6 @@
namespace Eigen {
-#include "src/Array/ArrayBase.h"
#include "src/Array/CwiseOperators.h"
#include "src/Array/Functors.h"
#include "src/Array/AllAndAny.h"