diff options
author | Gael Guennebaud <g.gael@free.fr> | 2009-08-15 22:19:29 +0200 |
---|---|---|
committer | Gael Guennebaud <g.gael@free.fr> | 2009-08-15 22:19:29 +0200 |
commit | 239ada95b7680c75f793086eaa35fe7ec1047204 (patch) | |
tree | 88a7f107a3866e1c7f284feb818fbbc2cd22ffa3 /Eigen/Core | |
parent | a3e6047c25a4cbc2153974e04fe124c5776a23c0 (diff) |
add overloads of lazyAssign to detect common aliasing issue with
transpose and adjoint
Diffstat (limited to 'Eigen/Core')
-rw-r--r-- | Eigen/Core | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Eigen/Core b/Eigen/Core index ff56c6ca2..854f737d6 100644 --- a/Eigen/Core +++ b/Eigen/Core @@ -150,6 +150,7 @@ namespace Eigen { #include "src/Core/Assign.h" #endif +#include "src/Core/util/BlasUtil.h" #include "src/Core/MatrixStorage.h" #include "src/Core/NestByValue.h" #include "src/Core/ReturnByValue.h" @@ -178,7 +179,6 @@ namespace Eigen { #include "src/Core/IO.h" #include "src/Core/Swap.h" #include "src/Core/CommaInitializer.h" -#include "src/Core/util/BlasUtil.h" #include "src/Core/ProductBase.h" #include "src/Core/Product.h" #include "src/Core/TriangularMatrix.h" |