diff options
author | Alberto Ruiz <aruiz@um.es> | 2008-03-02 12:48:14 +0000 |
---|---|---|
committer | Alberto Ruiz <aruiz@um.es> | 2008-03-02 12:48:14 +0000 |
commit | a339794105f1e3849ff4f241088450f552eae7f6 (patch) | |
tree | 7cb21ffda8fce287f22d5e8e52a50fc40e2c2805 /lib/Numeric/LinearAlgebra/Tests/Properties.hs | |
parent | 2c99bcb1de3fae6e2e075316126cc70658e20ac9 (diff) |
testing modules ok
Diffstat (limited to 'lib/Numeric/LinearAlgebra/Tests/Properties.hs')
-rw-r--r-- | lib/Numeric/LinearAlgebra/Tests/Properties.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Numeric/LinearAlgebra/Tests/Properties.hs b/lib/Numeric/LinearAlgebra/Tests/Properties.hs index 0563e62..566d038 100644 --- a/lib/Numeric/LinearAlgebra/Tests/Properties.hs +++ b/lib/Numeric/LinearAlgebra/Tests/Properties.hs | |||
@@ -144,6 +144,6 @@ cholProp m = m |~| ctrans c <> c && upperTriang c | |||
144 | where c = chol m | 144 | where c = chol m |
145 | pos = positiveDefinite m | 145 | pos = positiveDefinite m |
146 | 146 | ||
147 | expmDiagProp m = expm (logm m) |~| complex m | 147 | expmDiagProp m = expm (logm m) :~ 7 ~: complex m |
148 | where logm m = matFunc log m | 148 | where logm m = matFunc log m |
149 | 149 | ||