summaryrefslogtreecommitdiff
path: root/lib/Numeric/LinearAlgebra/Tests.hs
diff options
context:
space:
mode:
authorAlberto Ruiz <aruiz@um.es>2010-04-06 09:48:25 +0000
committerAlberto Ruiz <aruiz@um.es>2010-04-06 09:48:25 +0000
commitd3f5ec99d5839206dfb2bba7df5a98d250a2c60e (patch)
treeebe1309ea76f4911b2c9b28742dc6cb98232b7b6 /lib/Numeric/LinearAlgebra/Tests.hs
parent9843671b65c2196243893325d2804e3037b1a770 (diff)
fixed option -f-dd
Diffstat (limited to 'lib/Numeric/LinearAlgebra/Tests.hs')
-rw-r--r--lib/Numeric/LinearAlgebra/Tests.hs9
1 files changed, 7 insertions, 2 deletions
diff --git a/lib/Numeric/LinearAlgebra/Tests.hs b/lib/Numeric/LinearAlgebra/Tests.hs
index 4910b67..c9408a6 100644
--- a/lib/Numeric/LinearAlgebra/Tests.hs
+++ b/lib/Numeric/LinearAlgebra/Tests.hs
@@ -228,11 +228,9 @@ runTests n = do
228 test (svdProp1a svdR) 228 test (svdProp1a svdR)
229 test (svdProp1a svdC) 229 test (svdProp1a svdC)
230 test (svdProp1a svdRd) 230 test (svdProp1a svdRd)
231 test (svdProp1a svdCd)
232 test (svdProp1b svdR) 231 test (svdProp1b svdR)
233 test (svdProp1b svdC) 232 test (svdProp1b svdC)
234 test (svdProp1b svdRd) 233 test (svdProp1b svdRd)
235 test (svdProp1b svdCd)
236 test (svdProp2 thinSVDR) 234 test (svdProp2 thinSVDR)
237 test (svdProp2 thinSVDC) 235 test (svdProp2 thinSVDC)
238 test (svdProp2 thinSVDRd) 236 test (svdProp2 thinSVDRd)
@@ -247,6 +245,13 @@ runTests n = do
247 test (svdProp6b) 245 test (svdProp6b)
248 test (svdProp7 . rM) 246 test (svdProp7 . rM)
249 test (svdProp7 . cM) 247 test (svdProp7 . cM)
248 putStrLn "------ svdCd"
249#ifdef NOZGESDD
250 putStrLn "Omitted"
251#else
252 test (svdProp1a svdCd)
253 test (svdProp1b svdCd)
254#endif
250 putStrLn "------ eig" 255 putStrLn "------ eig"
251 test (eigSHProp . rHer) 256 test (eigSHProp . rHer)
252 test (eigSHProp . cHer) 257 test (eigSHProp . cHer)