diff options
author | Alberto Ruiz <aruiz@um.es> | 2007-09-14 11:06:57 +0000 |
---|---|---|
committer | Alberto Ruiz <aruiz@um.es> | 2007-09-14 11:06:57 +0000 |
commit | 9e2f7fb0ca902665b430a96f77959522976a97f9 (patch) | |
tree | c2f258fe28df79a645f3908655b46fbaf89ecf16 /examples/tests.hs | |
parent | 620d5008ea9a931a91907cd0c902bb64f005121f (diff) |
code refactoring
Diffstat (limited to 'examples/tests.hs')
-rw-r--r-- | examples/tests.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/tests.hs b/examples/tests.hs index 0d8361e..0a09ced 100644 --- a/examples/tests.hs +++ b/examples/tests.hs | |||
@@ -23,7 +23,7 @@ import Complex | |||
23 | import LinearAlgebra.Algorithms | 23 | import LinearAlgebra.Algorithms |
24 | import LinearAlgebra.Linear | 24 | import LinearAlgebra.Linear |
25 | import GSL.Matrix | 25 | import GSL.Matrix |
26 | import GSL.Compat hiding ((<>),constant) | 26 | import GSLHaskell hiding ((<>),constant) |
27 | 27 | ||
28 | dist :: (Normed t, Num t) => t -> t -> Double | 28 | dist :: (Normed t, Num t) => t -> t -> Double |
29 | dist a b = norm (a-b) | 29 | dist a b = norm (a-b) |