summaryrefslogtreecommitdiff
path: root/lib/Numeric/LinearAlgebra/Tests.hs
diff options
context:
space:
mode:
authorAlberto Ruiz <aruiz@um.es>2010-02-01 10:29:20 +0000
committerAlberto Ruiz <aruiz@um.es>2010-02-01 10:29:20 +0000
commit2a3baa18b508851a9d30e4abc7d7de7978146557 (patch)
treeadc4a32b9461678bb468b1ce48cb9759679d5a61 /lib/Numeric/LinearAlgebra/Tests.hs
parent6f4137cabbc16fa616e823db3d1b2cf90c03e5c9 (diff)
export liftMatrix2Auto
Diffstat (limited to 'lib/Numeric/LinearAlgebra/Tests.hs')
-rw-r--r--lib/Numeric/LinearAlgebra/Tests.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Numeric/LinearAlgebra/Tests.hs b/lib/Numeric/LinearAlgebra/Tests.hs
index 89c8297..e6b26a0 100644
--- a/lib/Numeric/LinearAlgebra/Tests.hs
+++ b/lib/Numeric/LinearAlgebra/Tests.hs
@@ -366,3 +366,4 @@ svdBench = do
366 time "full svd 3000x500" (fv $ svd a) 366 time "full svd 3000x500" (fv $ svd a)
367 time "singular values 1000x1000" (singularValues b) 367 time "singular values 1000x1000" (singularValues b)
368 time "full svd 1000x1000" (fv $ svd b) 368 time "full svd 1000x1000" (fv $ svd b)
369