diff options
author | Alberto Ruiz <aruiz@um.es> | 2010-03-27 18:36:53 +0000 |
---|---|---|
committer | Alberto Ruiz <aruiz@um.es> | 2010-03-27 18:36:53 +0000 |
commit | 9a0c3092e572f6bd11329e9acabc6470ef438203 (patch) | |
tree | 3f095fa9fe219c30a5b56df3dc46dfa64e7e38f3 /lib/Numeric/LinearAlgebra/Tests.hs | |
parent | bd1de48eb723b792cad02ecd8f4434078552839b (diff) |
cholSolve
Diffstat (limited to 'lib/Numeric/LinearAlgebra/Tests.hs')
-rw-r--r-- | lib/Numeric/LinearAlgebra/Tests.hs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/Numeric/LinearAlgebra/Tests.hs b/lib/Numeric/LinearAlgebra/Tests.hs index f8f8bd5..36efab6 100644 --- a/lib/Numeric/LinearAlgebra/Tests.hs +++ b/lib/Numeric/LinearAlgebra/Tests.hs | |||
@@ -208,6 +208,9 @@ runTests n = do | |||
208 | putStrLn "------ luSolve" | 208 | putStrLn "------ luSolve" |
209 | test (linearSolveProp (luSolve.luPacked) . rSqWC) | 209 | test (linearSolveProp (luSolve.luPacked) . rSqWC) |
210 | test (linearSolveProp (luSolve.luPacked) . cSqWC) | 210 | test (linearSolveProp (luSolve.luPacked) . cSqWC) |
211 | putStrLn "------ cholSolve" | ||
212 | test (linearSolveProp (cholSolve.chol) . rPosDef) | ||
213 | test (linearSolveProp (cholSolve.chol) . cPosDef) | ||
211 | putStrLn "------ luSolveLS" | 214 | putStrLn "------ luSolveLS" |
212 | test (linearSolveProp linearSolveLS . rSqWC) | 215 | test (linearSolveProp linearSolveLS . rSqWC) |
213 | test (linearSolveProp linearSolveLS . cSqWC) | 216 | test (linearSolveProp linearSolveLS . cSqWC) |