From 75e60121f4116d8fd71916d13a5b2a39322b679c Mon Sep 17 00:00:00 2001 From: Benoit Jacob Date: Tue, 12 Oct 2010 09:12:36 -0400 Subject: add Jacobi unit test. jacobi_5 fails, exposing bug #39. --- test/jacobisvd.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'test/jacobisvd.cpp') diff --git a/test/jacobisvd.cpp b/test/jacobisvd.cpp index 0039be388..18ca86c2d 100644 --- a/test/jacobisvd.cpp +++ b/test/jacobisvd.cpp @@ -25,7 +25,6 @@ #include "main.h" #include -#include template void jacobisvd_check_full(const MatrixType& m, const JacobiSVD& svd) -- cgit v1.2.3