aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2013-07-15 21:16:57 +0200
committerGravatar Gael Guennebaud <g.gael@free.fr>2013-07-15 21:16:57 +0200
commitc76990664bcc8647eb321105067af9ced86d4959 (patch)
tree383122acb0a4b48e9cb2f3ac28c3b2e70c197989 /unsupported
parentee244d54f434a889cbd266b5da3e65ebc4e4960c (diff)
Add bdcsvd unit test in CMakeLists
Diffstat (limited to 'unsupported')
-rw-r--r--unsupported/Eigen/src/SVD/doneInBDCSVD.txt2
-rw-r--r--unsupported/test/CMakeLists.txt1
2 files changed, 2 insertions, 1 deletions
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)