summaryrefslogtreecommitdiff
path: root/lib/Numeric/LinearAlgebra/Tests.hs
diff options
context:
space:
mode:
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