diff options
Diffstat (limited to 'packages/tests/src/Numeric')
-rw-r--r-- | packages/tests/src/Numeric/LinearAlgebra/Tests.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/tests/src/Numeric/LinearAlgebra/Tests.hs b/packages/tests/src/Numeric/LinearAlgebra/Tests.hs index ecda6c1..4b631cf 100644 --- a/packages/tests/src/Numeric/LinearAlgebra/Tests.hs +++ b/packages/tests/src/Numeric/LinearAlgebra/Tests.hs | |||
@@ -663,8 +663,8 @@ runTests n = do | |||
663 | putStrLn "------ chol" | 663 | putStrLn "------ chol" |
664 | test (cholProp . rPosDef) | 664 | test (cholProp . rPosDef) |
665 | test (cholProp . cPosDef) | 665 | test (cholProp . cPosDef) |
666 | test (exactProp . rPosDef) | 666 | -- test (exactProp . rPosDef) |
667 | test (exactProp . cPosDef) | 667 | -- test (exactProp . cPosDef) |
668 | putStrLn "------ expm" | 668 | putStrLn "------ expm" |
669 | test (expmDiagProp . complex. rSqWC) | 669 | test (expmDiagProp . complex. rSqWC) |
670 | test (expmDiagProp . cSqWC) | 670 | test (expmDiagProp . cSqWC) |