summaryrefslogtreecommitdiff
path: root/lib/Numeric/LinearAlgebra/Tests.hs
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Numeric/LinearAlgebra/Tests.hs')
-rw-r--r--lib/Numeric/LinearAlgebra/Tests.hs4
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)