diff options
Diffstat (limited to 'lib/Numeric/LinearAlgebra/Tests.hs')
-rw-r--r-- | lib/Numeric/LinearAlgebra/Tests.hs | 9 |
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) |