Add bdcsvd unit test in CMakeLists

This commit is contained in:
Gael Guennebaud 2013-07-15 21:16:57 +02:00
parent ee244d54f4
commit c76990664b
2 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,7 @@
This unsupported package is about a divide and conquer algorithm to compute SVD. This unsupported package is about a divide and conquer algorithm to compute SVD.
The implementation follows as closely as possible the following reference paper : 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 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. working but there are a few things that could be optimised as explained in the TODOBdsvd.

View File

@ -90,3 +90,4 @@ ei_add_test(splines)
ei_add_test(gmres) ei_add_test(gmres)
ei_add_test(minres) ei_add_test(minres)
ei_add_test(levenberg_marquardt) ei_add_test(levenberg_marquardt)
ei_add_test(bdcsvd)