From 9a0c3092e572f6bd11329e9acabc6470ef438203 Mon Sep 17 00:00:00 2001 From: Alberto Ruiz Date: Sat, 27 Mar 2010 18:36:53 +0000 Subject: cholSolve --- lib/Numeric/LinearAlgebra/Tests.hs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/Numeric/LinearAlgebra/Tests.hs') 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 putStrLn "------ luSolve" test (linearSolveProp (luSolve.luPacked) . rSqWC) test (linearSolveProp (luSolve.luPacked) . cSqWC) + putStrLn "------ cholSolve" + test (linearSolveProp (cholSolve.chol) . rPosDef) + test (linearSolveProp (cholSolve.chol) . cPosDef) putStrLn "------ luSolveLS" test (linearSolveProp linearSolveLS . rSqWC) test (linearSolveProp linearSolveLS . cSqWC) -- cgit v1.2.3