From 7d607048a926052e8acfb5cc18cb0be557fa6447 Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Tue, 4 Aug 2009 16:54:17 +0200 Subject: implement a ProductBase class and, as a proof of concept, update TriangularProduct and SelfAdjointMatrixProduct to take advantage of it => fewer LOC --- Eigen/src/Core/util/ForwardDeclarations.h | 1 + 1 file changed, 1 insertion(+) (limited to 'Eigen/src/Core/util/ForwardDeclarations.h') diff --git a/Eigen/src/Core/util/ForwardDeclarations.h b/Eigen/src/Core/util/ForwardDeclarations.h index 310d0fbde..d755445c1 100644 --- a/Eigen/src/Core/util/ForwardDeclarations.h +++ b/Eigen/src/Core/util/ForwardDeclarations.h @@ -48,6 +48,7 @@ template class CwiseNullaryOp; template class CwiseUnaryOp; template class CwiseUnaryView; template class CwiseBinaryOp; +template class ProductBase; template class Product; template class DiagonalBase; -- cgit v1.2.3