diff options
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 5acfa9d..eb8f50d 100644 --- a/examples/tests.hs +++ b/examples/tests.hs | |||
@@ -20,7 +20,7 @@ import Test.HUnit hiding ((~:)) | |||
20 | import Complex | 20 | import Complex |
21 | import LinearAlgebra.Algorithms | 21 | import LinearAlgebra.Algorithms |
22 | import GSL.Matrix | 22 | import GSL.Matrix |
23 | import GSL.Compat hiding ((<>)) | 23 | import GSL.Compat hiding ((<>),constant) |
24 | 24 | ||
25 | dist :: (Normed t, Num t) => t -> t -> Double | 25 | dist :: (Normed t, Num t) => t -> t -> Double |
26 | dist a b = norm (a-b) | 26 | dist a b = norm (a-b) |