summaryrefslogtreecommitdiff
path: root/lib/Numeric/LinearAlgebra/Tests/Properties.hs
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Numeric/LinearAlgebra/Tests/Properties.hs')
-rw-r--r--lib/Numeric/LinearAlgebra/Tests/Properties.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Numeric/LinearAlgebra/Tests/Properties.hs b/lib/Numeric/LinearAlgebra/Tests/Properties.hs
index 405ce64..42c6ce2 100644
--- a/lib/Numeric/LinearAlgebra/Tests/Properties.hs
+++ b/lib/Numeric/LinearAlgebra/Tests/Properties.hs
@@ -148,7 +148,7 @@ svdProp4 m' = m |~| u <> real (diag s) <> trans v
148 && orthonormal u && orthonormal v 148 && orthonormal u && orthonormal v
149 && (dim s == r || r == 0 && dim s == 1) 149 && (dim s == r || r == 0 && dim s == 1)
150 where (u,s,v) = compactSVD m 150 where (u,s,v) = compactSVD m
151 m = m' <-> m' 151 m = fromBlocks [[m'],[m']]
152 r = rank m' 152 r = rank m'
153 153
154svdProp5a m = and (map (s1|~|) [s2,s3,s4,s5,s6]) where 154svdProp5a m = and (map (s1|~|) [s2,s3,s4,s5,s6]) where