From c98881e1306c94c53ad3de77f9e9036d98dbcf2a Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Sun, 23 Feb 2014 22:51:13 +0100 Subject: By-pass ProductBase for triangular and selfadjoint products and get rid of ProductBase --- Eigen/src/Core/SelfAdjointView.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Eigen/src/Core/SelfAdjointView.h') diff --git a/Eigen/src/Core/SelfAdjointView.h b/Eigen/src/Core/SelfAdjointView.h index 2cc1815fd..f7f512cf4 100644 --- a/Eigen/src/Core/SelfAdjointView.h +++ b/Eigen/src/Core/SelfAdjointView.h @@ -45,9 +45,11 @@ struct traits > : traits }; } +#ifndef EIGEN_TEST_EVALUATORS template struct SelfadjointProductMatrix; +#endif // FIXME could also be called SelfAdjointWrapper to be consistent with DiagonalWrapper ?? template class SelfAdjointView -- cgit v1.2.3