summaryrefslogtreecommitdiff
path: root/lib/Numeric/LinearAlgebra/Tests.hs
diff options
context:
space:
mode:
authorAlberto Ruiz <aruiz@um.es>2009-06-04 18:53:55 +0000
committerAlberto Ruiz <aruiz@um.es>2009-06-04 18:53:55 +0000
commitbbc54bf2573ea3631ee436507807dae6c4353bcc (patch)
treeb7db6ae5f4aba50a4bb8d4c584d131e424286be8 /lib/Numeric/LinearAlgebra/Tests.hs
parent6e0dd472ef8c570ec1924ac641e5872db30ac142 (diff)
improved windows installation instructions
Diffstat (limited to 'lib/Numeric/LinearAlgebra/Tests.hs')
-rw-r--r--lib/Numeric/LinearAlgebra/Tests.hs8
1 files changed, 2 insertions, 6 deletions
diff --git a/lib/Numeric/LinearAlgebra/Tests.hs b/lib/Numeric/LinearAlgebra/Tests.hs
index 4f73e3a..174e418 100644
--- a/lib/Numeric/LinearAlgebra/Tests.hs
+++ b/lib/Numeric/LinearAlgebra/Tests.hs
@@ -159,9 +159,7 @@ runTests n = do
159 test (linearSolveProp (luSolve.luPacked) . cSqWC) 159 test (linearSolveProp (luSolve.luPacked) . cSqWC)
160 putStrLn "------ pinv (linearSolveSVD)" 160 putStrLn "------ pinv (linearSolveSVD)"
161 test (pinvProp . rM) 161 test (pinvProp . rM)
162 if os == "mingw32" 162 test (pinvProp . cM)
163 then putStrLn "complex pinvTest skipped in this OS"
164 else test (pinvProp . cM)
165 putStrLn "------ det" 163 putStrLn "------ det"
166 test (detProp . rSqWC) 164 test (detProp . rSqWC)
167 test (detProp . cSqWC) 165 test (detProp . cSqWC)
@@ -186,9 +184,7 @@ runTests n = do
186 test (hessProp . cSq) 184 test (hessProp . cSq)
187 putStrLn "------ schur" 185 putStrLn "------ schur"
188 test (schurProp2 . rSq) 186 test (schurProp2 . rSq)
189 if os == "mingw32" 187 test (schurProp1 . cSq)
190 then putStrLn "complex schur skipped in this OS"
191 else test (schurProp1 . cSq)
192 putStrLn "------ chol" 188 putStrLn "------ chol"
193 test (cholProp . rPosDef) 189 test (cholProp . rPosDef)
194 test (cholProp . cPosDef) 190 test (cholProp . cPosDef)