From 412bb5a631a3ff32ff7256e9473f97e40023b2e7 Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Tue, 26 Jan 2016 23:35:30 +0100 Subject: Remove redundant test. --- test/nomalloc.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'test/nomalloc.cpp') diff --git a/test/nomalloc.cpp b/test/nomalloc.cpp index 077ecae55..743ee6aa8 100644 --- a/test/nomalloc.cpp +++ b/test/nomalloc.cpp @@ -81,7 +81,6 @@ template void nomalloc(const MatrixType& m) m2.template selfadjointView().rankUpdate(m1.row(0),-1); // The following fancy matrix-matrix products are not safe yet regarding static allocation -// m1.col(1) += m1.template triangularView() * m2.col(0); m2.template selfadjointView().rankUpdate(m1); m2 += m2.template triangularView() * m1; m2.template triangularView() = m2 * m2; -- cgit v1.2.3