aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/Core
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2009-02-21 20:20:38 +0000
committerGravatar Gael Guennebaud <g.gael@free.fr>2009-02-21 20:20:38 +0000
commitde014efdafa8f5dbc8ccfa2b3e1c75535b920e26 (patch)
tree96fa70e4d7bb18654dedcbcc298eeaac69eb1194 /Eigen/Core
parent3d86dcf47371fd323b2a94a4bf03e4b69d2082af (diff)
* split CacheFriendlyProduct into multiple smaller files
* add an efficient selfadjoint * vector implementation (= blas symv) perf are inbetween MKL and GOTO => the interface is still missing (have to be rethougth)
Diffstat (limited to 'Eigen/Core')
-rw-r--r--Eigen/Core4
1 files changed, 3 insertions, 1 deletions
diff --git a/Eigen/Core b/Eigen/Core
index b99f49a01..1e38ecf69 100644
--- a/Eigen/Core
+++ b/Eigen/Core
@@ -145,7 +145,9 @@ namespace Eigen {
#include "src/Core/Swap.h"
#include "src/Core/CommaInitializer.h"
#include "src/Core/Part.h"
-#include "src/Core/CacheFriendlyProduct.h"
+#include "src/Core/products/GeneralMatrixMatrix.h"
+#include "src/Core/products/GeneralMatrixVector.h"
+#include "src/Core/products/SelfadjointMatrixVector.h"
} // namespace Eigen