From e7dc7725549a4a52b234d7c84ead58f27aa7cf76 Mon Sep 17 00:00:00 2001 From: Jitse Niesen Date: Tue, 25 May 2010 12:40:42 +0100 Subject: Respect MaxRowsAtCompileTime in HouseholderSequence::evalTo(). This fixes the failing test nomalloc_4. Also remove a print inserted for debugging in schur_real test. --- test/schur_real.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'test/schur_real.cpp') diff --git a/test/schur_real.cpp b/test/schur_real.cpp index d0aca4308..bcb19c936 100644 --- a/test/schur_real.cpp +++ b/test/schur_real.cpp @@ -57,7 +57,6 @@ template void schur(int size = MatrixType::ColsAtCompileTim RealSchur schurOfA(A); MatrixType U = schurOfA.matrixU(); MatrixType T = schurOfA.matrixT(); - std::cout << "T = \n" << T << "\n\n"; verifyIsQuasiTriangular(T); VERIFY_IS_APPROX(A, U * T * U.transpose()); } -- cgit v1.2.3