From 8ed186b9ab9c64a12688132764c49a3a889ad23e Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Fri, 27 Feb 2009 17:18:52 +0000 Subject: [PATCH] improve WIP new matrix product --- Eigen/src/Core/products/GeneralMatrixMatrix.h | 107 +++++++++++++----- 1 file changed, 79 insertions(+), 28 deletions(-) diff --git a/Eigen/src/Core/products/GeneralMatrixMatrix.h b/Eigen/src/Core/products/GeneralMatrixMatrix.h index 1041688b4..3bf4a2e16 100644 --- a/Eigen/src/Core/products/GeneralMatrixMatrix.h +++ b/Eigen/src/Core/products/GeneralMatrixMatrix.h @@ -342,56 +342,107 @@ static void ei_cache_friendly_product( #else // loops on each L2 cache friendly blocks of the result - for(int l2i=0; l2i