From ab6eb6a1a49124b41b2764be98ac5b07a74a2a41 Mon Sep 17 00:00:00 2001 From: Hauke Heibel Date: Mon, 31 Aug 2009 17:29:37 +0200 Subject: Adaptions from .lazy() towards .noalias(). Added missing casts. --- test/product_symm.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/product_symm.cpp') diff --git a/test/product_symm.cpp b/test/product_symm.cpp index 1300928a2..cf0299c64 100644 --- a/test/product_symm.cpp +++ b/test/product_symm.cpp @@ -96,7 +96,7 @@ template void symm(int size = Size, in m2 = m1.template triangularView(); rhs13 = rhs12; - VERIFY_IS_APPROX(rhs12 += (s1 * ((m2.adjoint()).template selfadjointView() * (s2*rhs3).conjugate())).lazy(), + VERIFY_IS_APPROX(rhs12.noalias() += s1 * ((m2.adjoint()).template selfadjointView() * (s2*rhs3).conjugate()), rhs13 += (s1*m1.adjoint()) * (s2*rhs3).conjugate()); // test matrix * selfadjoint -- cgit v1.2.3