From 532aeba3085614e6cac5a2480a91a4962984e8c4 Mon Sep 17 00:00:00 2001 From: Benoit Jacob Date: Wed, 30 Jun 2010 19:47:26 -0400 Subject: s/struct/class/g ; bug reported by Thomas --- Eigen/src/Core/products/GeneralMatrixMatrix.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Eigen/src/Core/products/GeneralMatrixMatrix.h') diff --git a/Eigen/src/Core/products/GeneralMatrixMatrix.h b/Eigen/src/Core/products/GeneralMatrixMatrix.h index fd2ce003e..f0816f3ee 100644 --- a/Eigen/src/Core/products/GeneralMatrixMatrix.h +++ b/Eigen/src/Core/products/GeneralMatrixMatrix.h @@ -250,7 +250,7 @@ struct ei_gemm_functor }; template struct ei_gemm_blocking_space; +bool FiniteAtCompileTime = MaxRows!=Dynamic && MaxCols!=Dynamic && MaxDepth != Dynamic> class ei_gemm_blocking_space; template class ei_level3_blocking @@ -325,7 +325,7 @@ class ei_gemm_blocking_space -struct ei_gemm_blocking_space +class ei_gemm_blocking_space : public ei_level3_blocking< typename ei_meta_if::ret, typename ei_meta_if::ret> -- cgit v1.2.3