From c76990664bcc8647eb321105067af9ced86d4959 Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Mon, 15 Jul 2013 21:16:57 +0200 Subject: [PATCH] Add bdcsvd unit test in CMakeLists --- unsupported/Eigen/src/SVD/doneInBDCSVD.txt | 2 +- unsupported/test/CMakeLists.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/unsupported/Eigen/src/SVD/doneInBDCSVD.txt b/unsupported/Eigen/src/SVD/doneInBDCSVD.txt index 6fb6b84a6..8563ddab8 100644 --- a/unsupported/Eigen/src/SVD/doneInBDCSVD.txt +++ b/unsupported/Eigen/src/SVD/doneInBDCSVD.txt @@ -1,7 +1,7 @@ This unsupported package is about a divide and conquer algorithm to compute SVD. The implementation follows as closely as possible the following reference paper : -www.cs.yale.edu/publications/techreports/tr933.pdf‎ +http://www.cs.yale.edu/publications/techreports/tr933.pdf The code documentation uses the same names for variables as the reference paper. The code, deflation included, is working but there are a few things that could be optimised as explained in the TODOBdsvd. diff --git a/unsupported/test/CMakeLists.txt b/unsupported/test/CMakeLists.txt index 78b9610d4..a94a3b5e5 100644 --- a/unsupported/test/CMakeLists.txt +++ b/unsupported/test/CMakeLists.txt @@ -90,3 +90,4 @@ ei_add_test(splines) ei_add_test(gmres) ei_add_test(minres) ei_add_test(levenberg_marquardt) +ei_add_test(bdcsvd)