summaryrefslogtreecommitdiff
path: root/lib/Numeric/LinearAlgebra/Tests.hs
diff options
context:
space:
mode:
authorAlberto Ruiz <aruiz@um.es>2009-12-28 17:59:18 +0000
committerAlberto Ruiz <aruiz@um.es>2009-12-28 17:59:18 +0000
commit3d15dffe52629fd621ad548b671c3043caefb0d0 (patch)
tree63fed8084a74482b74199cc3ec91136aa110c79e /lib/Numeric/LinearAlgebra/Tests.hs
parentb2715e91d7aef5cee1b64b641b8f173167a7145a (diff)
additional eig functions
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 efc8c40..7284cd9 100644
--- a/lib/Numeric/LinearAlgebra/Tests.hs
+++ b/lib/Numeric/LinearAlgebra/Tests.hs
@@ -210,6 +210,10 @@ runTests n = do
210 test (eigSHProp . cHer) 210 test (eigSHProp . cHer)
211 test (eigProp . rSq) 211 test (eigProp . rSq)
212 test (eigProp . cSq) 212 test (eigProp . cSq)
213 test (eigSHProp2 . rHer)
214 test (eigSHProp2 . cHer)
215 test (eigProp2 . rSq)
216 test (eigProp2 . cSq)
213 putStrLn "------ nullSpace" 217 putStrLn "------ nullSpace"
214 test (nullspaceProp . rM) 218 test (nullspaceProp . rM)
215 test (nullspaceProp . cM) 219 test (nullspaceProp . cM)