diff options
author | Gael Guennebaud <g.gael@free.fr> | 2009-07-22 11:54:58 +0200 |
---|---|---|
committer | Gael Guennebaud <g.gael@free.fr> | 2009-07-22 11:54:58 +0200 |
commit | d6475ea390b5a4beeef64e71a247b3f72573d768 (patch) | |
tree | 20b734753444747a7a349f8657aa3593d294173d /Eigen/Core | |
parent | d6627d540e6a8651ccd8ce4a4520b70fe5def870 (diff) |
more refactoring in the level3 products
Diffstat (limited to 'Eigen/Core')
-rw-r--r-- | Eigen/Core | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Eigen/Core b/Eigen/Core index ea871dca3..d6a72765e 100644 --- a/Eigen/Core +++ b/Eigen/Core @@ -176,6 +176,7 @@ 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/Product.h" #include "src/Core/products/GeneralMatrixMatrix.h" #include "src/Core/products/GeneralMatrixVector.h" |