aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/Core
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2009-07-22 11:54:58 +0200
committerGravatar Gael Guennebaud <g.gael@free.fr>2009-07-22 11:54:58 +0200
commitd6475ea390b5a4beeef64e71a247b3f72573d768 (patch)
tree20b734753444747a7a349f8657aa3593d294173d /Eigen/Core
parentd6627d540e6a8651ccd8ce4a4520b70fe5def870 (diff)
more refactoring in the level3 products
Diffstat (limited to 'Eigen/Core')
-rw-r--r--Eigen/Core1
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"