diff options
author | Alberto Ruiz <aruiz@um.es> | 2010-03-30 07:12:50 +0000 |
---|---|---|
committer | Alberto Ruiz <aruiz@um.es> | 2010-03-30 07:12:50 +0000 |
commit | 80f6ea4a8b1c5fb0bcd68f8d934364fd9c9b4780 (patch) | |
tree | 325d2bf75618cf56edc68170f3da99f423fdc53c /lib/Numeric/LinearAlgebra/Tests.hs | |
parent | bc5cb922434daef2e4e1dd910479d2c4af37b44c (diff) |
flag -f-dd
Diffstat (limited to 'lib/Numeric/LinearAlgebra/Tests.hs')
-rw-r--r-- | lib/Numeric/LinearAlgebra/Tests.hs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/Numeric/LinearAlgebra/Tests.hs b/lib/Numeric/LinearAlgebra/Tests.hs index 922bfd5..4910b67 100644 --- a/lib/Numeric/LinearAlgebra/Tests.hs +++ b/lib/Numeric/LinearAlgebra/Tests.hs | |||
@@ -229,6 +229,10 @@ runTests n = do | |||
229 | test (svdProp1a svdC) | 229 | test (svdProp1a svdC) |
230 | test (svdProp1a svdRd) | 230 | test (svdProp1a svdRd) |
231 | test (svdProp1a svdCd) | 231 | test (svdProp1a svdCd) |
232 | test (svdProp1b svdR) | ||
233 | test (svdProp1b svdC) | ||
234 | test (svdProp1b svdRd) | ||
235 | test (svdProp1b svdCd) | ||
232 | test (svdProp2 thinSVDR) | 236 | test (svdProp2 thinSVDR) |
233 | test (svdProp2 thinSVDC) | 237 | test (svdProp2 thinSVDC) |
234 | test (svdProp2 thinSVDRd) | 238 | test (svdProp2 thinSVDRd) |